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 تم تطويرها بواسطة https://kodango.com، والميزة الرئيسية لها هي "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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
ID | dnhjklgpiifbofihffldllbcopkinlod |
عنوان URL الرسمي | 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 |
عنوان صفحة المساعدة | 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'" } |