Spoof Geolocation

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

Spoof Geolocation란 무엇입니까?

Spoof Geolocation은(는) joue.quroi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension alters browser Geolocation latitude and longitude to user-defined values"입니다.

확장 프로그램 스크린샷

screenshot

Spoof Geolocation 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}