Remove Google Redirection

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

Co je Remove Google Redirection?

Remove Google Redirection je rozšíření Chrome vyvinuté Ninh Pham, a jeho hlavní funkcí je „Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page“.

Stáhnout soubor CRX rozšíření Remove Google Redirection

Stáhněte si soubory rozšíření Remove Google Redirection ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

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

Základní Informace o Rozšíření

Název Remove Google Redirection Remove Google Redirection
ID efjogckeagaidmhekgdfgdlaihpondbp
Oficiální URL https://chromewebstore.google.com/detail/remove-google-redirection/efjogckeagaidmhekgdfgdlaihpondbp
Popis Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page
Velikost souboru 16.79 KB
Počet instalací 16
Aktuální Verze 1.1.2
Poslední Aktualizace 2018-04-14
Datum Vydání 2018-04-14
Vývojář Ninh Pham
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://ninh.js.org
Podporované Jazyky 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'"
}