Anon.to
anon.to is an anonymous URL redirector
What is Anon.to?
Anon.to is a Chrome extension developed by https://nelb.gr, and its main feature is "anon.to is an anonymous URL redirector".
Extension Screenshots
Download Anon.to Extension CRX File
Download Anon.to 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
Anon.to is an anonymous URL redirector The advantages of anonymizing your external links with Anon.to You can use this extension to prevent their site from appearing in the server logs of referred pages as referrer. The operators of the referred pages cannot see where their visitors come from any more. Using the referrer removal service is quite easy: We auto produces an anonymous link to tainies-online.info which prevents the original site from appearing as a referrer in the logfiles of the referred page.
Extension Basic Information
Name | Anon.to |
ID | nhahkocnjeopkbemoeefkomdjbebhenb |
Official URL | https://chromewebstore.google.com/detail/anonto/nhahkocnjeopkbemoeefkomdjbebhenb |
Description | anon.to is an anonymous URL redirector |
File Size | 12.33 KB |
Installation Count | 72 |
Current Version | 2 |
Last Updated | 2018-02-24 |
Publish Date | 2018-02-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://nelb.gr |
Payment Type | free |
Extension Website | https://www.tainies-online.info/ |
Help Page URL | https://www.tainies-online.info/ |
Supported Languages | en |
manifest.json | |
{ "browser_action": { "default_icon": { "16": "images\/play_icon.png", "32": "images\/play_icon.png" }, "default_title": "Anon.to" }, "content_scripts": [ { "js": [ "hide.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_end" } ], "description": "anon.to is an anonymous URL redirector", "homepage_url": "https:\/\/www.tainies-online.info", "manifest_version": 2, "name": "Anon.to", "permissions": [ "activeTab", "webRequest", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2" } |