Spoof Geolocation

This extension alters browser Geolocation latitude and longitude to user-defined values

Spoof Geolocation क्या है?

Spoof Geolocation joue.quroi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension alters browser Geolocation latitude and longitude to user-defined values"।

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

screenshot

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

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

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

                        Description:
This extension spoofs the reported GEO location. It works even if the GEO device is not present or even when it is disabled globally. If the "navigator.geolocation" object is not detected, the extension uses a polyfill instead. You can optionally deny or allow GEO access from the right-click context menu over the action button.

Features:
Reports custom latitude and longitude values
Works even if the GEO device is not present
Spoofs "permissions" to grant GEO access
Randomized reported GEO data
Ability to configure the "accuracy" parameter.
Keeps the last 10 GEO coordinates data

How to test this extension?
Go to the "https://webbrowsertools.com/geolocation/" website. After the first visit, you will get a prompt to enter your latitude and longitude data. Use the default one or provide yours. The extension is going to use these data on all subsequent requests.

Use the right-click context menu to disallow GEO access. You can refresh the page to see the result.

What is the recommended value for latitude and longitude?
Based on your browser's proxy configuration (SOCKS5 is recommended mode), visit "https://webbrowsertools.com/ip-address/" to get the location from your IP address. Now use "https://www.latlong.net/" to convert this location to latitude and longitude data.

What JavaScript methods are spoofed by this extension?
1. "navigator.geolocation.getCurrentPosition"
2. "navigator.geolocation.watchPosition"
3. "navigator.permissions.query"                    

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

नाम Spoof Geolocation Spoof Geolocation
ID ihdobppgelceaoeojmhpmbnaljhhmhlc
आधिकारिक URL https://chromewebstore.google.com/detail/spoof-geolocation/ihdobppgelceaoeojmhpmbnaljhhmhlc
विवरण This extension alters browser Geolocation latitude and longitude to user-defined values
फ़ाइल का आकार 148 KB
स्थापना संख्या 8,004
वर्तमान संस्करण 0.2.3
अंतिम अपडेट 2022-12-19
प्रकाशन तिथि 2022-05-27
रेटिंग 4.93/5 कुल 15 रेटिंग्स
डेवलपर joue.quroi
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://webextension.org/listing/spoof-geolocation.html
सहायता पृष्ठ URL https://webextension.org/listing/spoof-geolocation.html
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.3",
    "name": "Spoof Geolocation",
    "description": "This extension alters browser Geolocation latitude and longitude to user-defined values",
    "permissions": [
        "storage",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "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",
        "256": "data\/icons\/256.png"
    },
    "action": [],
    "background": {
        "service_worker": "worker.js"
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/spoof-geolocation.html"
}