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是由https://kodango.com開發的Chrome擴展程式,該擴展的主要功能是“Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page”。

擴展截圖

screenshot

下載Remove Google Redirection擴展crx文件

下載Remove Google Redirection擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

If you would like to support me for my developing, you can donate me by clicking the donate button in my home page:

http://kodango.com/about#i_4                    

擴展基本資訊

名稱 Remove Google Redirection Remove Google Redirection
ID dnhjklgpiifbofihffldllbcopkinlod
官方網址 https://chromewebstore.google.com/detail/remove-google-redirection/dnhjklgpiifbofihffldllbcopkinlod
簡介 Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page
檔案大小 16.58 KB
安裝次數 9,617
目前版本 1.1.1
更新時間 2017-11-17
上架時間 2017-11-17
評分 3.29/5 共 160 次評分
開發者 https://kodango.com
付費類型 free
擴展官網 http://kodango.com/remove-google-redirection
說明頁面URL https://github.com/dangoakachan/Remove-Google-Redirection/issues
支援的語言 en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "name": "__MSG_ext_name__",
    "version": "1.1.1",
    "manifest_version": 2,
    "description": "__MSG_ext_desc__",
    "author": "kodango",
    "developer": {
        "name": "kodango",
        "url": "http:\/\/kodango.com"
    },
    "homepage_url": "https:\/\/github.com\/dangoakachan\/Remove-Google-Redirection",
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "\/remove-google-redirection.user.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "include_globs": [
                "http?:\/\/www.google.*\/",
                "http?:\/\/www.google.*\/#hl=*",
                "http?:\/\/www.google.*\/search*",
                "http?:\/\/www.google.*\/webhp?hl=*",
                "https:\/\/encrypted.google.*\/",
                "https:\/\/encrypted.google.*\/#hl=*",
                "https:\/\/encrypted.gogole.*\/search*",
                "https:\/\/encrypted.google.*\/webhp?hl=*",
                "http?:\/\/ipv6.google.com\/",
                "http?:\/\/ipv6.google.com\/search*"
            ],
            "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"
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'"
}