Manual Geolocation
Override HTML5 GeoLocation API and return an arbitrary location.
What is Manual Geolocation?
Manual Geolocation is a Chrome extension developed by maurice, and its main feature is "Override HTML5 GeoLocation API and return an arbitrary location.".
Extension Screenshots
Download Manual Geolocation Extension CRX File
Download Manual Geolocation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension allows you to override the HTML Geolocation in the browser, it can be used for development of HTML Geo location based apps.
Extension Basic Information
Name | ![]() |
ID | jpiefjlgcjmciajdcinaejedejjfjgki |
Official URL | https://chrome.google.com/webstore/detail/manual-geolocation/jpiefjlgcjmciajdcinaejedejjfjgki |
Description | Override HTML5 GeoLocation API and return an arbitrary location. |
File Size | 1.06 MB |
Installation Count | 20,000 |
Current Version | 1.1.0 |
Last Updated | 2019-10-31 |
Publish Date | 2019-10-31 |
Rating | 2.67/5 Total 238 Ratings |
Developer | maurice |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "background": { "scripts": [ "background.js" ], "persistent": true }, "name": "Manual Geolocation", "description": "Override HTML5 GeoLocation API and return an arbitrary location.", "version": "1.1.0", "content_scripts": [ { "js": [ "fakegeo_content.js" ], "matches": [ " |