Anon.to
anon.to is an anonymous URL redirector
Qu'est-ce que Anon.to ?
Anon.to est une extension Chrome développée par https://nelb.gr, et sa fonction principale est "anon.to is an anonymous URL redirector".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Anon.to
Téléchargez les fichiers d'extension Anon.to au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Anon.to |
ID | nhahkocnjeopkbemoeefkomdjbebhenb |
URL Officiel | https://chromewebstore.google.com/detail/anonto/nhahkocnjeopkbemoeefkomdjbebhenb |
Description | anon.to is an anonymous URL redirector |
Taille du Fichier | 12.33 KB |
Nombre d'Installations | 72 |
Version Actuelle | 2 |
Dernière Mise à Jour | 2018-02-24 |
Date de Publication | 2018-02-24 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://nelb.gr |
Type de Paiement | free |
Site Web de l'Extension | https://www.tainies-online.info/ |
URL de la Page d'Aide | https://www.tainies-online.info/ |
Langues Prises en Charge | 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" } |