Remove G-IP Redirection
Remove Google IP Redirection in Address Bar
ما هو Remove G-IP Redirection؟
Remove G-IP Redirection هو إضافة Chrome تم تطويرها بواسطة istu، والميزة الرئيسية لها هي "Remove Google IP Redirection in Address Bar".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Remove G-IP Redirection
قم بتنزيل ملفات الامتداد Remove G-IP Redirection بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
去掉BaiGoogledu中Google搜索结果的重定向,适用世界之窗极速浏览器 IE内核。
معلومات أساسية عن التمديد
الاسم | |
ID | hkoamajfkahbpfdmibfmbcbephemadge |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/remove-g-ip-redirection/hkoamajfkahbpfdmibfmbcbephemadge |
الوصف | Remove Google IP Redirection in Address Bar |
حجم الملف | 3.19 KB |
عدد التثبيتات | 41 |
النسخة الحالية | 0.12 |
آخر تحديث | 2012-07-11 |
تاريخ النشر | 2012-06-21 |
المطور | istu |
نوع الدفع | free |
اللغات المدعومة | zh-CN |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove G-IP Redirection", "version": "0.12", "description": "Remove Google IP Redirection in Address Bar", "permissions": [ "webRequest", "webRequestBlocking", "http:\/\/*\/*" ], "background_page": "background.html", "background": { "scripts": [ "background.js" ] }, "manifest_version": 2 } |