Change My Location

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

What is Change My Location?

Change My Location is a Chrome extension developed by https://helphascome.com, and its main feature is "Easily change your location to see search results in an other city, state, or country! Great for marketing research.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Change My Location Extension CRX File

Download Change My Location extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Change My Location Change My Location
ID nfbdbedhecbnjnlnlbgljegpdnjmfcbl
Official URL 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.
File Size 1.14 MB
Installation Count 1,145
Current Version 1.1.1
Last Updated 2022-12-30
Publish Date 2022-09-02
Rating 4.56/5 Total 9 Ratings
Developer https://helphascome.com
Email [email protected]
Payment Type free
Extension Website https://www.helphascome.com
Help Page URL https://www.helphascome.com
Privacy Policy Page URL https://helphascome.com/privacy-policy
Supported Languages 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"
    ]
}