Change Geolocation (Location Guard)

Easily change your geographic location (Geolocation) to a desired one and protect your privacy.

Qu'est-ce que Change Geolocation (Location Guard) ?

Change Geolocation (Location Guard) est une extension Chrome développée par Yubi, et sa fonction principale est "Easily change your geographic location (Geolocation) to a desired one and protect your privacy.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Change Geolocation (Location Guard)

Téléchargez les fichiers d'extension Change Geolocation (Location Guard) 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

                        Change Geolocation (Location Guard) is a browser extension that let you easily change your geographic location to the desired value and protect your privacy.

Simply open the addon's options page and set the latitude and longitude for where you want the geolocation to be (the default location is Greenwich, UK). Next, reload a page and check your location (i.e. webbrowsertools.com/geolocation/). Please note that besides latitude and longitude you can set other variables in the geolocation API (see options page). Moreover, pressing on the toolbar icon will activate or deactivate the addon.

Note: toolbar button serves as an ON|OFF switch to activate and deactivate the addon. The green color is for ON and the grey color is for the OFF state.

To report bugs, please fill out the bug report form on the addon's homepage (https://mybrowseraddon.com/change-geolocation.html).                    

Informations de Base sur l'Extension

Nom Change Geolocation (Location Guard) Change Geolocation (Location Guard)
ID lejoknkbcogjceoniealiipllomkpioe
URL Officiel https://chromewebstore.google.com/detail/change-geolocation-locati/lejoknkbcogjceoniealiipllomkpioe
Description Easily change your geographic location (Geolocation) to a desired one and protect your privacy.
Taille du Fichier 38.14 KB
Nombre d'Installations 50,091
Version Actuelle 0.1.6
Dernière Mise à Jour 2022-11-15
Date de Publication 2020-05-12
Évaluation 2.53/5 Total 58 Évaluations
Développeur Yubi
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://mybrowseraddon.com/change-geolocation.html
URL de la Page d'Aide https://mybrowseraddon.com/change-geolocation.html
Langues Prises en Charge en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.1.6",
    "manifest_version": 3,
    "offline_enabled": true,
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "name": "Change Geolocation (Location Guard)",
    "homepage_url": "https:\/\/mybrowseraddon.com\/change-geolocation.html",
    "description": "Easily change your geographic location (Geolocation) to a desired one and protect your privacy.",
    "commands": {
        "_execute_action": []
    },
    "background": {
        "service_worker": "background.js"
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "data\/options\/options.html"
    },
    "permissions": [
        "storage",
        "scripting",
        "contextMenus",
        "webNavigation"
    ],
    "action": {
        "default_title": "Change Geolocation (Location Guard)",
        "default_icon": {
            "16": "data\/icons\/16.png",
            "32": "data\/icons\/32.png",
            "48": "data\/icons\/48.png",
            "64": "data\/icons\/64.png"
        }
    },
    "icons": {
        "16": "data\/icons\/16.png",
        "32": "data\/icons\/32.png",
        "48": "data\/icons\/48.png",
        "64": "data\/icons\/64.png",
        "128": "data\/icons\/128.png"
    }
}