Remove Google Redirection

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

Wat is Remove Google Redirection?

Remove Google Redirection is een Chrome-extensie ontwikkeld door Ninh Pham, en de belangrijkste functie is "Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page".

Download het CRX-bestand van de extensie Remove Google Redirection

Download Remove Google Redirection-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam Remove Google Redirection Remove Google Redirection
ID efjogckeagaidmhekgdfgdlaihpondbp
Officiële URL https://chromewebstore.google.com/detail/remove-google-redirection/efjogckeagaidmhekgdfgdlaihpondbp
Beschrijving Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page
Bestandsgrootte 16.79 KB
Aantal Installaties 16
Huidige Versie 1.1.2
Laatst Bijgewerkt 2018-04-14
Publicatiedatum 2018-04-14
Ontwikkelaar Ninh Pham
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://ninh.js.org
Ondersteunde Talen 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'"
}