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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Ninh Pham และคุณลักษณะหลักของมันคือ "Prohibit click-tracking, and prevent url redirection when clicks on the result links in Google search page"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove Google Redirection

ดาวน์โหลดไฟล์ส่วนขยาย 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'"
}