Anon.to
anon.to is an anonymous URL redirector
Co to jest Anon.to?
Anon.to to rozszerzenie Chrome opracowane przez https://nelb.gr, a jego główną funkcją jest „anon.to is an anonymous URL redirector”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Anon.to
Pobierz pliki rozszerzeń Anon.to w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | Anon.to |
ID | nhahkocnjeopkbemoeefkomdjbebhenb |
Oficjalny URL | https://chromewebstore.google.com/detail/anonto/nhahkocnjeopkbemoeefkomdjbebhenb |
Opis | anon.to is an anonymous URL redirector |
Rozmiar pliku | 12.33 KB |
Liczba instalacji | 72 |
Aktualna Wersja | 2 |
Ostatnia Aktualizacja | 2018-02-24 |
Data Publikacji | 2018-02-24 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://nelb.gr |
Typ Płatności | free |
Strona Rozszerzenia | https://www.tainies-online.info/ |
Adres URL Strony Pomocy | https://www.tainies-online.info/ |
Obsługiwane Języki | 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" } |