Google Country Switch by SearchRank.io

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

O que é Google Country Switch by SearchRank.io?

Google Country Switch by SearchRank.io é uma extensão do Chrome desenvolvida por https://c9solutions.io, e sua principal característica é "Change the targetted country for your Google search query by selecting a country.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Google Country Switch by SearchRank.io

Baixe arquivos de extensão Google Country Switch by SearchRank.io no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Google Country Switch by SearchRank.io Google Country Switch by SearchRank.io
ID nehmoddhjihmbikfoejbldhjlpcmclec
URL Oficial https://chromewebstore.google.com/detail/google-country-switch-by/nehmoddhjihmbikfoejbldhjlpcmclec
Descrição Change the targetted country for your Google search query by selecting a country.
Tamanho do Arquivo 70.82 KB
Contagem de Instalações 506
Versão Atual 1.0
Última Atualização 2019-04-27
Data de Publicação 2019-04-27
Classificação 2.75/5 Total de 4 Avaliações
Desenvolvedor https://c9solutions.io
Tipo de Pagamento free
Site da Extensão https://c9solutions.io
URL da Página de Política de Privacidade https://peopleforce.io/privacy-policy
Idiomas Suportados 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"
    }
}