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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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'"
}