Change Geolocation (Location Guard)

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

Change Geolocation (Location Guard) क्या है?

Change Geolocation (Location Guard) Yubi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily change your geographic location (Geolocation) to a desired one and protect your privacy."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Change Geolocation (Location Guard) एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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).                    

एक्सटेंशन की मूल जानकारी

नाम Change Geolocation (Location Guard) Change Geolocation (Location Guard)
ID lejoknkbcogjceoniealiipllomkpioe
आधिकारिक URL https://chromewebstore.google.com/detail/change-geolocation-locati/lejoknkbcogjceoniealiipllomkpioe
विवरण Easily change your geographic location (Geolocation) to a desired one and protect your privacy.
फ़ाइल का आकार 38.14 KB
स्थापना संख्या 50,091
वर्तमान संस्करण 0.1.6
अंतिम अपडेट 2022-11-15
प्रकाशन तिथि 2020-05-12
रेटिंग 2.53/5 कुल 58 रेटिंग्स
डेवलपर Yubi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://mybrowseraddon.com/change-geolocation.html
सहायता पृष्ठ URL https://mybrowseraddon.com/change-geolocation.html
समर्थित भाषाएँ 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"
    }
}