Change My Location

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

Hvad er Change My Location?

Change My Location er en Chrome-udvidelse udviklet af https://helphascome.com, og dens hovedfunktion er "Easily change your location to see search results in an other city, state, or country! Great for marketing research.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Change My Location-udvidelses-CRX-fil

Download Change My Location-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Change My Location Change My Location
ID nfbdbedhecbnjnlnlbgljegpdnjmfcbl
Officiel URL https://chromewebstore.google.com/detail/change-my-location/nfbdbedhecbnjnlnlbgljegpdnjmfcbl
Beskrivelse Easily change your location to see search results in an other city, state, or country! Great for marketing research.
Filstørrelse 1.14 MB
Antal Installationer 1,145
Nuværende Version 1.1.1
Senest Opdateret 2022-12-30
Udgivelsesdato 2022-09-02
Bedømmelse 4.56/5 Samlet 9 Bedømmelser
Udvikler https://helphascome.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.helphascome.com
Hjælpeside-URL https://www.helphascome.com
URL til Fortrolighedspolitik Side https://helphascome.com/privacy-policy
Understøttede Sprog 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"
    ]
}