GeoGuessr Enhancer
Improve your game experience on GeoGuessr
Cos'è GeoGuessr Enhancer?
GeoGuessr Enhancer è un'estensione di Chrome sviluppata da Lezd, e la sua funzione principale è "Improve your game experience on GeoGuessr".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione GeoGuessr Enhancer
Scarica i file di estensione GeoGuessr Enhancer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
The best extension to improve your skills on GeoGuessr 🗺️ 🚨 NEW: Take screenshots from in-game (helpful for foreign language you can't write) 🚨 ☄️Features 📘 Take notes directly from the game 🤬 Blurs the avatars + censors nicknames of your opponents in Battle Royal 🎨 Change colors on the website to customize your experience ☄️About the notes The "notes" tab is movable and resizable Easy to open/close 🔧How to customize Click on the logo of the extension at the top right-hand corner of the chrome tab to make appear the popup, from this popup you will be able to customize multiple features. ↩️ Give a feedback You can give a feedback, report a bug or suggest improvments here : https://airtable.com/shrM8vl13EMNZAhjp
Informazioni di Base sull'Estensione
Nome | |
ID | ajnpfenkneeahpbkcpbiclbckgiogbbb |
URL Ufficiale | https://chrome.google.com/webstore/detail/geoguessr-enhancer/ajnpfenkneeahpbkcpbiclbckgiogbbb |
Descrizione | Improve your game experience on GeoGuessr |
Dimensione del File | 109 KB |
Conteggio Installazioni | 1,354 |
Versione Corrente | 2.0.9 |
Ultimo Aggiornamento | 2022-01-25 |
Data di Pubblicazione | 2020-09-02 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | Lezd |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/LezdCS/GeoGuessr-enhancer |
URL della Pagina di Aiuto | https://twitter.com/LezdCS |
Lingue Supportate | de,en,en-GB,en-US,fr,ca,da,pl,cs,bg,ru,bn,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "2.0.9", "author": "Lezd", "name": "__MSG_app_name__", "description": "__MSG_app_description__", "default_locale": "en", "offline_enabled": true, "icons": { "16": "src\/icons\/icon16.png", "48": "src\/icons\/icon48.png", "128": "src\/icons\/icon128.png" }, "action": { "default_popup": "src\/popup\/popup.html" }, "permissions": [ "storage", "scripting", "webNavigation" ], "background": { "service_worker": "background.js" }, "host_permissions": [ " |