Google & Youtube NCR

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

Was ist Google & Youtube NCR?

Google & Youtube NCR ist eine Chrome-Erweiterung, die von Updula entwickelt wurde, und ihr Hauptmerkmal ist "No more country redirects for Google and Youtube. Sets default search engine and home button to US google.com".

Erweiterungsscreenshots

screenshot
screenshot

Google & Youtube NCR-Erweiterungs-CRX-Datei herunterladen

Laden Sie Google & Youtube NCR-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Google & Youtube NCR Google & Youtube NCR
ID nljmbnpnemoenbogmdnakjjapcmpioep
Offizielle URL https://chromewebstore.google.com/detail/google-youtube-ncr/nljmbnpnemoenbogmdnakjjapcmpioep
Beschreibung No more country redirects for Google and Youtube. Sets default search engine and home button to US google.com
Dateigröße 14.11 KB
Installationsanzahl 3,243
Aktuelle Version 1.0.4
Letztes Update 2017-12-02
Veröffentlichungsdatum 2017-12-02
Bewertung 4.55/5 Insgesamt 20 Bewertungen
Entwickler Updula
Zahlungsart free
Erweiterungswebsite https://twitter.com/updula
Unterstützte Sprachen 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\/"
    ]
}