Google & Youtube NCR

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

What is Google & Youtube NCR?

Google & Youtube NCR is a Chrome extension developed by Updula, and its main feature is "No more country redirects for Google and Youtube. Sets default search engine and home button to US google.com".

Extension Screenshots

screenshot
screenshot

Download Google & Youtube NCR Extension CRX File

Download Google & Youtube NCR extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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).                    

Extension Basic Information

Name Google & Youtube NCR Google & Youtube NCR
ID nljmbnpnemoenbogmdnakjjapcmpioep
Official URL https://chromewebstore.google.com/detail/google-youtube-ncr/nljmbnpnemoenbogmdnakjjapcmpioep
Description No more country redirects for Google and Youtube. Sets default search engine and home button to US google.com
File Size 14.11 KB
Installation Count 3,243
Current Version 1.0.4
Last Updated 2017-12-02
Publish Date 2017-12-02
Rating 4.55/5 Total 20 Ratings
Developer Updula
Payment Type free
Extension Website https://twitter.com/updula
Supported Languages 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\/"
    ]
}