Anon.to

anon.to is an anonymous URL redirector

Cos'è Anon.to?

Anon.to è un'estensione di Chrome sviluppata da https://nelb.gr, e la sua funzione principale è "anon.to is an anonymous URL redirector".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Anon.to

Scarica i file di estensione Anon.to in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Anon.to Anon.to
ID nhahkocnjeopkbemoeefkomdjbebhenb
URL Ufficiale https://chromewebstore.google.com/detail/anonto/nhahkocnjeopkbemoeefkomdjbebhenb
Descrizione anon.to is an anonymous URL redirector
Dimensione del File 12.33 KB
Conteggio Installazioni 72
Versione Corrente 2
Ultimo Aggiornamento 2018-02-24
Data di Pubblicazione 2018-02-24
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore https://nelb.gr
Tipo di Pagamento free
Sito Web dell'Estensione https://www.tainies-online.info/
URL della Pagina di Aiuto https://www.tainies-online.info/
Lingue Supportate 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"
}