2014-01-18



The purchase of popular browser extensions for Google chrome or Mozilla Firefox is a lucrative business. Companies offer developers sums in the four or five digit range to get full control over the extension.

I have described a year ago how companies take advantage of users by acquiring Firefox add-ons, and Chrome has seen its fair share of extension controversy as well.

Once the deal has been completed, work beings to implement monetization features into the newly acquired extension. A popular choice right now is the inclusion of affiliate marketing links on web pages that are visited by users who run the extension.

Other options are the direct injection of ads on web pages, or the tracking of user movement across the web.

The main issue here is not the monetization or the tracking, but the fact that this is enabled for all users of the extension without information.

Chrome extensions update automatically, and as long as they do not require any additional privileges, users are not notified about updates.  Firefox add-ons can be updated automatically as well.

How to deal with extension updates

You have two options here. The first is to block extensions from updating automatically. This can be done quite easily in Firefox, as you have full control over each extension individually in the browser.



Load about:addons in the browser's address bar.

Click on the more link next to the add-on that you want to modify the updating preferences for.

Locate the automatic updates preference and switch it from default to on or off

Alternatively, do the following to disable all automatic updates:



Locate the preferences icon on the about:addons website. It is displayed next to the search on top.

Click on the icon, and make sure that "Update add-ons automatically" is not checked.

Chrome on the other hand does not provide you with options to do so directly. There is a workaround though for that, but it is not pretty, and you will have to repeat the process after each upgrade. Here is how that is done:

Load the chrome://extensions/ page in the Chrome browser.

Check the ID listed there, you will need it to identify it later.

Open the Chrome folder on your system, on Windows Vista and newer, it is located in C:\Users\username\AppData\Local\Google\Chrome\User Data\Default\Extensions

Open the folder that corresponds to the ID of the extension.

Open the current version folder.

Locate the manifest.json file.

Open it in a plain text editor such as Notepad.

Replace the update_url variable https://clients2.google.com/service/update2/crx with https://localhost/service/update2/crx

Repeat the process for extension that you want to disable automatic updates for.

Second option

The second option that you have is to use extensions that inform you about updates. Firefox users can install the Add-on Update Checker extension for the browser and configure it to alert you when updates are available. You can furthermore use it to block update checks for specific extensions, and whether you want addon updates to be installed automatically.

Addons Recent Updates is a related extension. It displays more add-ons under recent updates on the about:addons page, which can be useful to track down which add-ons have been updated recently in Firefox.

Google Chrome users can check out Extensions Update Notifier which informs you when Chrome extensions get updated. In addition to notifying you, it will also display a change log if available.

Do you enjoy our publications? Consider supporting us by becoming a member. Pay what you like and get access to an ad-free site and a member's only forum!

The post How to monitor extension updates in Chrome and Firefox appeared first on gHacks Technology News., all rights reserved.

Show more