GeoGuessr Cheat
An extension for the popular game, GeoGuessr! This was a fun project to make and it is purely for educational purposes, I do not…
Apa itu GeoGuessr Cheat?
GeoGuessr Cheat adalah ekstensi Chrome yang dikembangkan oleh Finn Development, dan fitur utamanya adalah "An extension for the popular game, GeoGuessr! This was a fun project to make and it is purely for educational purposes, I do not…".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GeoGuessr Cheat
Unduh file ekstensi GeoGuessr Cheat 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
An extension for the popular game, GeoGuessr! This was a fun project to make and it is purely for educational purposes, I do not believe cheating benefits anyone in any way and thus forth this chrom extension does not work in battle royale as to disadvantage other players, This only works in solo games or games with friends It is really simple to use but please remember to refresh the page every new round or it wont show the updated location
Informasi Dasar Ekstensi
Nama | GeoGuessr Cheat |
ID | jkpglfaifjkpnbfephoenfbaejdgnjii |
URL Resmi | https://chromewebstore.google.com/detail/geoguessr-cheat/jkpglfaifjkpnbfephoenfbaejdgnjii |
Deskripsi | An extension for the popular game, GeoGuessr! This was a fun project to make and it is purely for educational purposes, I do not… |
Ukuran File | 4.97 KB |
Jumlah Instalasi | 9,438 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-07-13 |
Tanggal Publikasi | 2021-07-13 |
Penilaian | 2.75/5 Total 8 Penilaian |
Pengembang | Finn Development |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GeoGuessr Cheat", "version": "1.0", "manifest_version": 2, "content_scripts": [ { "matches": [ "http:\/\/*.geoguessr.com\/*", "https:\/\/*.geoguessr.com\/*" ], "js": [ "server.js" ] } ], "browser_action": { "default_popup": "popup.html", "default_title": "GeoGuessr Cheat" }, "permissions": [ "activeTab" ] } |