Google Country Switch by SearchRank.io

Change the targetted country for your Google search query by selecting a country.

Что такое Google Country Switch by SearchRank.io?

Google Country Switch by SearchRank.io - это расширение Chrome, разработанное https://c9solutions.io, и его основная функция - "Change the targetted country for your Google search query by selecting a country.".

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

screenshot
screenshot

Скачать файл CRX расширения Google Country Switch by SearchRank.io

Скачайте файлы расширений Google Country Switch by SearchRank.io в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Easily switch your targeted country for your Google search with Google Country Switch.  While on a Google search result page simply click on the Google Country Switch icon and select your targeted country.                    

Основная информация о расширении

Название Google Country Switch by SearchRank.io Google Country Switch by SearchRank.io
ID nehmoddhjihmbikfoejbldhjlpcmclec
Официальный URL https://chromewebstore.google.com/detail/google-country-switch-by/nehmoddhjihmbikfoejbldhjlpcmclec
Описание Change the targetted country for your Google search query by selecting a country.
Размер файла 70.82 KB
Количество установок 506
Текущая Версия 1.0
Последнее Обновление 2019-04-27
Дата публикации 2019-04-27
Рейтинг 2.75/5 Всего 4 оценок
Разработчик https://c9solutions.io
Тип оплаты free
Официальный сайт расширения https://c9solutions.io
URL страницы политики конфиденциальности https://peopleforce.io/privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Country Switch by SearchRank.io",
    "short_name": "Google Country Switcher",
    "version": "1.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/searchrank.io",
    "background": {
        "scripts": [
            "popup.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "description": "Change the targetted country for your Google search query by selecting a country.",
    "browser_action": {
        "default_icon": "googleswitcher-32x32.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "googleswitcher-16x16.png",
        "32": "googleswitcher-32x32.png",
        "64": "googleswitcher-64x64.png",
        "128": "googleswitcher-128x128.png"
    }
}