Change My Location

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

Qu'est-ce que Change My Location ?

Change My Location est une extension Chrome développée par https://helphascome.com, et sa fonction principale est "Easily change your location to see search results in an other city, state, or country! Great for marketing research.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Change My Location

Téléchargez les fichiers d'extension Change My Location au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Change My Location Change My Location
ID nfbdbedhecbnjnlnlbgljegpdnjmfcbl
URL Officiel https://chromewebstore.google.com/detail/change-my-location/nfbdbedhecbnjnlnlbgljegpdnjmfcbl
Description Easily change your location to see search results in an other city, state, or country! Great for marketing research.
Taille du Fichier 1.14 MB
Nombre d'Installations 1,145
Version Actuelle 1.1.1
Dernière Mise à Jour 2022-12-30
Date de Publication 2022-09-02
Évaluation 4.56/5 Total 9 Évaluations
Développeur https://helphascome.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.helphascome.com
URL de la Page d'Aide https://www.helphascome.com
URL de la Page de Politique de Confidentialité https://helphascome.com/privacy-policy
Langues Prises en Charge 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"
    ]
}