Manual Geolocation
Override HTML5 GeoLocation API and return an arbitrary location.
Apa itu Manual Geolocation?
Manual Geolocation adalah ekstensi Chrome yang dikembangkan oleh maurice, dan fitur utamanya adalah "Override HTML5 GeoLocation API and return an arbitrary location.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Manual Geolocation
Unduh file ekstensi Manual Geolocation dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension allows you to override the HTML Geolocation in the browser, it can be used for development of HTML Geo location based apps.
Informasi Dasar Ekstensi
Nama | ![]() |
ID | jpiefjlgcjmciajdcinaejedejjfjgki |
URL Resmi | https://chrome.google.com/webstore/detail/manual-geolocation/jpiefjlgcjmciajdcinaejedejjfjgki |
Deskripsi | Override HTML5 GeoLocation API and return an arbitrary location. |
Ukuran File | 1.06 MB |
Jumlah Instalasi | 20,000 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2019-10-31 |
Tanggal Publikasi | 2019-10-31 |
Penilaian | 2.67/5 Total 238 Penilaian |
Pengembang | maurice |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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": [ " |