Manual Geolocation
Override HTML5 GeoLocation API and return an arbitrary location.
Wat is Manual Geolocation?
Manual Geolocation is een Chrome-extensie ontwikkeld door maurice, en de belangrijkste functie is "Override HTML5 GeoLocation API and return an arbitrary location.".
Extensie Screenshots
Download het CRX-bestand van de extensie Manual Geolocation
Download Manual Geolocation-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension allows you to override the HTML Geolocation in the browser, it can be used for development of HTML Geo location based apps.
Basisinformatie over de Extensie
Naam | ![]() |
ID | jpiefjlgcjmciajdcinaejedejjfjgki |
Officiële URL | https://chrome.google.com/webstore/detail/manual-geolocation/jpiefjlgcjmciajdcinaejedejjfjgki |
Beschrijving | Override HTML5 GeoLocation API and return an arbitrary location. |
Bestandsgrootte | 1.06 MB |
Aantal Installaties | 20,000 |
Huidige Versie | 1.1.0 |
Laatst Bijgewerkt | 2019-10-31 |
Publicatiedatum | 2019-10-31 |
Beoordeling | 2.67/5 Totaal 238 Beoordelingen |
Ontwikkelaar | maurice |
Betalingswijze | free |
Ondersteunde Talen | 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": [ " |