I am trying to write an adblock extension. The way it works in Firefox is that a user subscribes to a third party list. That list gets downloaded semi-regularly. Will this setup not work with the proposed API for Chrome? If not what is the best way to proceed to provide the user with the ability to generically call third party subscriptions?
On Aug 11, 1:23 am, Aaron Boodman <[email protected]> wrote: > There is no need to do this manually. Chrome has its own extension > update system built-in. You can learn more about it here: > > http://dev.chromium.org/developers/design-documents/extensions/autoup... > > You should avoid doing your own automatic updates as it is difficult > to do them in a secureway. Instead, use the built in updater if you > can. > > - a > > > > On Mon, Aug 10, 2009 at 8:04 PM, Maxo<[email protected]> wrote: > > > This is my first attempt at writing an extension, and I am only just > > passed being a beginner at Javascript, so forgive me for the newb > > question. I want my extension to check for anupdatedconfiguration > > file that resides on the web each time Chrome starts up. I tried > > using XMLHttpRequest, but that fails because of Cross Site Scripting > > security. > > I am also using a content_script, which is not optimal because it > > fires off each time a new tab is opened, which could cause performance > > issues and is overkill. I just want togetthe new file each time the > > browser is loaded. What is thebestwayto tackle this? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en -~----------~----~----~----~------~----~------~--~---
