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 - это расширение Chrome, разработанное Updula, и его основная функция - "No more country redirects for Google and Youtube. Sets default search engine and home button to US google.com".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Google & Youtube NCR

Скачайте файлы расширений 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\/"
    ]
}