Remove Google Redirection

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

什么是Remove Google Redirection?

Remove Google Redirection是由Ninh Pham开发的Chrome扩展程序,该扩展的主要功能是“Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page”。

下载Remove Google Redirection扩展crx文件

下载Remove Google Redirection扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

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

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

扩展基本信息

名称 Remove Google Redirection Remove Google Redirection
ID efjogckeagaidmhekgdfgdlaihpondbp
官方URL https://chromewebstore.google.com/detail/remove-google-redirection/efjogckeagaidmhekgdfgdlaihpondbp
简介 Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page
文件大小 16.79 KB
安装次数 16
当前版本 1.1.2
更新时间 2018-04-14
上架时间 2018-04-14
开发者 Ninh Pham
电子邮箱 [email protected]
付费类型 free
扩展官网 https://ninh.js.org
支持的语言 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'"
}