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"

ภาพหน้าจอของส่วนขยาย

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Remove G-IP Redirection ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        去掉BaiGoogledu中Google搜索结果的重定向,适用世界之窗极速浏览器 IE内核。                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Remove G-IP Redirection Remove G-IP Redirection
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
}