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