Google & Youtube NCR

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

Co to jest Google & Youtube NCR?

Google & Youtube NCR to rozszerzenie Chrome opracowane przez Updula, a jego główną funkcją jest „No more country redirects for Google and Youtube. Sets default search engine and home button to US google.com”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Google & Youtube NCR

Pobierz pliki rozszerzeń Google & Youtube NCR w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Google & Youtube NCR Google & Youtube NCR
ID nljmbnpnemoenbogmdnakjjapcmpioep
Oficjalny URL https://chromewebstore.google.com/detail/google-youtube-ncr/nljmbnpnemoenbogmdnakjjapcmpioep
Opis No more country redirects for Google and Youtube. Sets default search engine and home button to US google.com
Rozmiar pliku 14.11 KB
Liczba instalacji 3,243
Aktualna Wersja 1.0.4
Ostatnia Aktualizacja 2017-12-02
Data Publikacji 2017-12-02
Ocena 4.55/5 Łącznie 20 Oceny
Deweloper Updula
Typ Płatności free
Strona Rozszerzenia https://twitter.com/updula
Obsługiwane Języki 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\/"
    ]
}