Remove G-IP Redirection
Remove Google IP Redirection in Address Bar
什麼是Remove G-IP Redirection?
Remove G-IP Redirection是由istu開發的Chrome擴展程式,該擴展的主要功能是“Remove Google IP Redirection in Address Bar”。
擴展截圖
下載Remove G-IP Redirection擴展crx文件
下載Remove G-IP Redirection擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
去掉BaiGoogledu中Google搜索结果的重定向,适用世界之窗极速浏览器 IE内核。
擴展基本資訊
名稱 | |
ID | hkoamajfkahbpfdmibfmbcbephemadge |
官方網址 | 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 } |