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 |
官方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 } |