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
Eメール [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'"
}