Change My Location

Easily change your location to see search results in an other city, state, or country! Great for marketing research.

O que é Change My Location?

Change My Location é uma extensão do Chrome desenvolvida por https://helphascome.com, e sua principal característica é "Easily change your location to see search results in an other city, state, or country! Great for marketing research.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Change My Location

Baixe arquivos de extensão Change My Location 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

                        Trying to do market research in other cities or states can be a challenge.  By using this extension, you can modify your search results to show those from another area!  Great for SEO or ads research.                    

Informações Básicas da Extensão

Nome Change My Location Change My Location
ID nfbdbedhecbnjnlnlbgljegpdnjmfcbl
URL Oficial https://chromewebstore.google.com/detail/change-my-location/nfbdbedhecbnjnlnlbgljegpdnjmfcbl
Descrição Easily change your location to see search results in an other city, state, or country! Great for marketing research.
Tamanho do Arquivo 1.14 MB
Contagem de Instalações 1,145
Versão Atual 1.1.1
Última Atualização 2022-12-30
Data de Publicação 2022-09-02
Classificação 4.56/5 Total de 9 Avaliações
Desenvolvedor https://helphascome.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.helphascome.com
URL da Página de Ajuda https://www.helphascome.com
URL da Página de Política de Privacidade https://helphascome.com/privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Change My Location",
    "version": "1.1.1",
    "description": "Easily change your location to see search results in an other city, state, or country!  Great for marketing research.",
    "manifest_version": 3,
    "author": "NDS Digital",
    "icons": {
        "128": "icon.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_title": "Change My Location"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "google-script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "geolocation"
    ]
}