Outgoing Link Cleaner

Removes redirect URL's in Google, Facebook, and Reddit

O que é Outgoing Link Cleaner?

Outgoing Link Cleaner é uma extensão do Chrome desenvolvida por Mark Tai, e sua principal característica é "Removes redirect URL's in Google, Facebook, and Reddit".

Baixar o arquivo CRX da Extensão Outgoing Link Cleaner

Baixe arquivos de extensão Outgoing Link Cleaner 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

                        Removes redirect URL's in Google, Facebook, and Reddit.  No longer do you copy a link on Google or Facebook and have a weird redirect link instead of the URL to the website you found.                    

Informações Básicas da Extensão

Nome Outgoing Link Cleaner Outgoing Link Cleaner
ID giialbcnpmopmhgkpddkbjlkgenfmfhd
URL Oficial https://chrome.google.com/webstore/detail/outgoing-link-cleaner/giialbcnpmopmhgkpddkbjlkgenfmfhd
Descrição Removes redirect URL's in Google, Facebook, and Reddit
Tamanho do Arquivo 57.42 KB
Contagem de Instalações 138
Versão Atual 1.0.2
Última Atualização 2016-09-04
Data de Publicação 2016-09-04
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Mark Tai
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Outgoing Link Cleaner",
    "version": "1.0.2",
    "description": "Removes redirect URL's in Google, Facebook, and Reddit",
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.google.com\/*",
                "*:\/\/www.facebook.com\/*",
                "*:\/\/www.reddit.com\/*"
            ],
            "js": [
                "jquery-3.1.0.min.js",
                "link_cleaner.js"
            ]
        }
    ],
    "permissions": [
        "*:\/\/www.google.com\/*",
        "*:\/\/www.facebook.com\/*",
        "*:\/\/www.reddit.com\/*"
    ],
    "short_name": "Link Cleaner"
}