Spoof Geolocation
This extension alters browser Geolocation latitude and longitude to user-defined values
Spoof Geolocation là gì?
Spoof Geolocation là một tiện ích mở rộng Chrome được phát triển bởi joue.quroi, và tính năng chính của nó là "This extension alters browser Geolocation latitude and longitude to user-defined values".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Spoof Geolocation
Tải xuống các tệp mở rộng Spoof Geolocation dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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"
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Spoof Geolocation |
ID | ihdobppgelceaoeojmhpmbnaljhhmhlc |
URL Chính Thức | https://chromewebstore.google.com/detail/spoof-geolocation/ihdobppgelceaoeojmhpmbnaljhhmhlc |
Mô tả | This extension alters browser Geolocation latitude and longitude to user-defined values |
Kích Thước Tệp | 148 KB |
Số Lần Cài Đặt | 8,004 |
Phiên Bản Hiện Tại | 0.2.3 |
Cập Nhật Lần Cuối | 2022-12-19 |
Ngày Phát Hành | 2022-05-27 |
Đánh Giá | 4.93/5 Tổng số 15 Đánh Giá |
Nhà Phát Triển | joue.quroi |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://webextension.org/listing/spoof-geolocation.html |
URL Trang Trợ Giúp | https://webextension.org/listing/spoof-geolocation.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } |