Google & Youtube NCR

No more country redirects for Google and Youtube. Sets default search engine and home button to US google.com

Google & Youtube NCR란 무엇입니까?

Google & Youtube NCR은(는) Updula에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "No more country redirects for Google and Youtube. Sets default search engine and home button to US google.com"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Google & Youtube NCR 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Browse the US version of Google and Youtube without any extra steps to change your location.

Adding this extension will make sure you always get Georgian calendar results in Google and not Hijri/Islamic calendar.

All functionality work in Incognito mode as well, just make sure to enable it from (More Tools > Extensions  > Allow in incognito).                    

확장 프로그램 기본 정보

이름 Google & Youtube NCR Google & Youtube NCR
ID nljmbnpnemoenbogmdnakjjapcmpioep
공식 URL https://chromewebstore.google.com/detail/google-youtube-ncr/nljmbnpnemoenbogmdnakjjapcmpioep
설명 No more country redirects for Google and Youtube. Sets default search engine and home button to US google.com
파일 크기 14.11 KB
설치 횟수 3,243
현재 버전 1.0.4
최근 업데이트 2017-12-02
출시 날짜 2017-12-02
평점 4.55/5 총 20 개의 평점
개발자 Updula
결제 유형 free
확장 프로그램 웹 사이트 https://twitter.com/updula
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google & Youtube NCR",
    "description": "No more country redirects for Google and Youtube. Sets default search engine and home button to US google.com",
    "version": "1.0.4",
    "manifest_version": 2,
    "incognito": "split",
    "homepage_url": "https:\/\/twitter.com\/updula",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/www.google.com\/",
        "*:\/\/www.google.com\/search?*",
        "*:\/\/www.google.com\/webhp*",
        "*:\/\/www.google.com\/imghp*",
        "*:\/\/www.google.com.sa\/",
        "*:\/\/www.youtube.com\/"
    ]
}