Manual Geolocation
Override HTML5 GeoLocation API and return an arbitrary location.
Hvad er Manual Geolocation?
Manual Geolocation er en Chrome-udvidelse udviklet af maurice, og dens hovedfunktion er "Override HTML5 GeoLocation API and return an arbitrary location.".
Udvidelsesskærmbilleder
Download Manual Geolocation-udvidelses-CRX-fil
Download Manual Geolocation-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
This extension allows you to override the HTML Geolocation in the browser, it can be used for development of HTML Geo location based apps.
Grundlæggende oplysninger om udvidelsen
Navn | ![]() |
ID | jpiefjlgcjmciajdcinaejedejjfjgki |
Officiel URL | https://chrome.google.com/webstore/detail/manual-geolocation/jpiefjlgcjmciajdcinaejedejjfjgki |
Beskrivelse | Override HTML5 GeoLocation API and return an arbitrary location. |
Filstørrelse | 1.06 MB |
Antal Installationer | 20,000 |
Nuværende Version | 1.1.0 |
Senest Opdateret | 2019-10-31 |
Udgivelsesdato | 2019-10-31 |
Bedømmelse | 2.67/5 Samlet 238 Bedømmelser |
Udvikler | maurice |
Betalingsmetode | free |
Understøttede Sprog | 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": [ " |