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文件

下載Google & Youtube NCR擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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\/"
    ]
}