Extenssr
'Extenssr - A browser extension for Geoguessr'
Cos'è Extenssr?
Extenssr è un'estensione di Chrome sviluppata da Extenssr Developers, e la sua funzione principale è "'Extenssr - A browser extension for Geoguessr'".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Extenssr
Scarica i file di estensione Extenssr 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
This is an extension for the browser based geography game Geoguessr.
Latest change log: https://gitlab.com/nonreviad/extenssr/-/blob/main/Changelog.md
This is a browser extension for the browser based map game Geoguessr.
Current functionality:
- show exact locations for completed Battle Royale rounds
- filter effects on the map
- bookmark locations as you find them on the map
- cursed game modes
Complete features list: https://gitlab.com/nonreviad/extenssr/-/blob/main/Readme.md Informazioni di Base sull'Estensione
| Nome | |
| ID | camiehngogdpflplmapknnjkeeofhfop |
| URL Ufficiale | https://chromewebstore.google.com/detail/extenssr/camiehngogdpflplmapknnjkeeofhfop |
| Descrizione | 'Extenssr - A browser extension for Geoguessr' |
| Dimensione del File | 34.91 MB |
| Conteggio Installazioni | 2,692 |
| Versione Corrente | 3.11.1 |
| Ultimo Aggiornamento | 2023-11-03 |
| Data di Pubblicazione | 2021-03-28 |
| Valutazione | 4.33/5 Totale 6 Valutazioni |
| Sviluppatore | Extenssr Developers |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Extenssr",
"version": "3.11.1",
"description": "'Extenssr - A browser extension for Geoguessr'",
"icons": {
"48": "icons\/extenssr_48.png",
"128": "icons\/extenssr_128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.geoguessr.com\/*"
],
"run_at": "document_start",
"js": [
"content.bundle.js"
],
"css": [
"css\/styles.css",
"css\/xterm.css"
]
}
],
"permissions": [
"storage",
"unlimitedStorage"
],
"background": {
"service_worker": "worker.bundle.js"
},
"action": {
"default_popup": "popup.html"
},
"web_accessible_resources": [
{
"resources": [
"icons\/*.png",
"icons\/*.svg",
"inject_main.bundle.js",
"ai_worker.bundle.js",
"geojson_data\/*.geojson",
"models\/*",
"wasm\/*"
],
"matches": [
"https:\/\/www.geoguessr.com\/*"
]
}
],
"manifest_version": 3
} | |