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"입니다.

확장 프로그램 스크린샷

screenshot

Remove G-IP Redirection 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        去掉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
}