DirectLinks

Makes indirect links on Google and Facebook direct.

O que é DirectLinks?

DirectLinks é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Makes indirect links on Google and Facebook direct.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão DirectLinks

Baixe arquivos de extensão DirectLinks 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

                        This extension circumvents certain techniques used by Google and Facebook to track link clicks.

When you click a link in Google search results, Google uses JavaScript to replace the actual link with an indirect one, which they use for click tracking. Google then redirects the browser to the actual destination after logging the click. DirectLinks disables the JavaScript that replaces real links with indirect ones, so that when you click a search result link, Safari goes straight to the destination.

The extension does something similar for links in Facebook posts: it removes JavaScript that Facebook uses to track clicks on these links.                    

Informações Básicas da Extensão

Nome DirectLinks DirectLinks
ID jmmlehkhepchhogkchmcmkedebfaebia
URL Oficial https://chromewebstore.google.com/detail/directlinks/jmmlehkhepchhogkchmcmkedebfaebia
Descrição Makes indirect links on Google and Facebook direct.
Tamanho do Arquivo 227 KB
Contagem de Instalações 191
Versão Atual 2.0
Última Atualização 2018-09-12
Data de Publicação 2018-09-12
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://github.com/au5ton/DirectLinks
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "DirectLinks",
    "version": "2.0",
    "description": "Makes indirect links on Google and Facebook direct.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "injected.js"
            ]
        }
    ]
}