Anon.to
anon.to is an anonymous URL redirector
Hvad er Anon.to?
Anon.to er en Chrome-udvidelse udviklet af https://nelb.gr, og dens hovedfunktion er "anon.to is an anonymous URL redirector".
Udvidelsesskærmbilleder
Download Anon.to-udvidelses-CRX-fil
Download Anon.to-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Anon.to |
ID | nhahkocnjeopkbemoeefkomdjbebhenb |
Officiel URL | https://chromewebstore.google.com/detail/anonto/nhahkocnjeopkbemoeefkomdjbebhenb |
Beskrivelse | anon.to is an anonymous URL redirector |
Filstørrelse | 12.33 KB |
Antal Installationer | 72 |
Nuværende Version | 2 |
Senest Opdateret | 2018-02-24 |
Udgivelsesdato | 2018-02-24 |
Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
Udvikler | https://nelb.gr |
Betalingsmetode | free |
Udvidelseswebsted | https://www.tainies-online.info/ |
Hjælpeside-URL | https://www.tainies-online.info/ |
Understøttede Sprog | 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" } |