Remove Google Redirection

Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page

O que é Remove Google Redirection?

Remove Google Redirection é uma extensão do Chrome desenvolvida por Ninh Pham, e sua principal característica é "Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page".

Baixar o arquivo CRX da Extensão Remove Google Redirection

Baixe arquivos de extensão Remove Google Redirection 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

                        It now only requires access to https://www.google.com.vn only.

Forked from https://github.com/dangoakachan/Remove-Google-Redirection.                    

Informações Básicas da Extensão

Nome Remove Google Redirection Remove Google Redirection
ID efjogckeagaidmhekgdfgdlaihpondbp
URL Oficial https://chromewebstore.google.com/detail/remove-google-redirection/efjogckeagaidmhekgdfgdlaihpondbp
Descrição Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page
Tamanho do Arquivo 16.79 KB
Contagem de Instalações 16
Versão Atual 1.1.2
Última Atualização 2018-04-14
Data de Publicação 2018-04-14
Desenvolvedor Ninh Pham
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://ninh.js.org
Idiomas Suportados en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_ext_name__",
    "version": "1.1.2",
    "manifest_version": 2,
    "description": "__MSG_ext_desc__",
    "author": "kodango",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/remove-google-redirection.user.js"
            ],
            "matches": [
                "https:\/\/www.google.com.vn\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "\/img\/icon-16.png",
        "32": "\/img\/icon-32.png",
        "48": "\/img\/icon-48.png",
        "64": "\/img\/icon-64.png",
        "128": "\/img\/icon-128.png"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'"
}