Anon.to

anon.to is an anonymous URL redirector

O que é Anon.to?

Anon.to é uma extensão do Chrome desenvolvida por https://nelb.gr, e sua principal característica é "anon.to is an anonymous URL redirector".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Anon.to

Baixe arquivos de extensão Anon.to no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Anon.to Anon.to
ID nhahkocnjeopkbemoeefkomdjbebhenb
URL Oficial https://chromewebstore.google.com/detail/anonto/nhahkocnjeopkbemoeefkomdjbebhenb
Descrição anon.to is an anonymous URL redirector
Tamanho do Arquivo 12.33 KB
Contagem de Instalações 72
Versão Atual 2
Última Atualização 2018-02-24
Data de Publicação 2018-02-24
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://nelb.gr
Tipo de Pagamento free
Site da Extensão https://www.tainies-online.info/
URL da Página de Ajuda https://www.tainies-online.info/
Idiomas Suportados 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"
}