Dereferrer Browser Plugin
Hide your referrer (default via http://anonym.to) if you click on an external link.
What is Dereferrer Browser Plugin?
Dereferrer Browser Plugin is a Chrome extension developed by /* no comment */, and its main feature is "Hide your referrer (default via http://anonym.to) if you click on an external link.".
Extension Screenshots
Download Dereferrer Browser Plugin Extension CRX File
Download Dereferrer Browser Plugin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Hides your referrer via anonym.to if you click on an external link on any given website.
Extension Basic Information
Name | |
ID | lbkfgigjfmfjfninhkmaolcjdnhjodol |
Official URL | https://chromewebstore.google.com/detail/dereferrer-browser-plugin/lbkfgigjfmfjfninhkmaolcjdnhjodol |
Description | Hide your referrer (default via http://anonym.to) if you click on an external link. |
File Size | 211 KB |
Installation Count | 38 |
Current Version | 0.1 |
Last Updated | 2016-04-07 |
Publish Date | 2016-04-07 |
Rating | 3.00/5 Total 1 Ratings |
Developer | /* no comment */ |
Payment Type | free |
Supported Languages | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_title": "__MSG_browser_action_title__", "default_icon": "img\/16x16.png", "default_popup": "popup.html" }, "icons": { "16": "img\/16x16.png", "32": "img\/32x32.png", "48": "img\/48x48.png" }, "background": { "scripts": [ "js\/pref_default.js", "js\/pref.js", "js\/background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/pref_default.js", "js\/pref.js", "js\/content.js" ] } ], "options_page": "options.html", "manifest_version": 2, "minimum_chrome_version": "16.0", "incognito": "spanning", "name": "__MSG_chrome_extension_name__", "description": "__MSG_chrome_extension_description__", "version": "0.1", "homepage_url": "http:\/\/www.naden.de", "default_locale": "en" } |