Extenssr
'Extenssr - A browser extension for Geoguessr'
Wat is Extenssr?
Extenssr is een Chrome-extensie ontwikkeld door Extenssr Developers, en de belangrijkste functie is "'Extenssr - A browser extension for Geoguessr'".
Extensie Screenshots
Download het CRX-bestand van de extensie Extenssr
Download Extenssr-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 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 Basisinformatie over de Extensie
| Naam | |
| ID | camiehngogdpflplmapknnjkeeofhfop |
| Officiële URL | https://chromewebstore.google.com/detail/extenssr/camiehngogdpflplmapknnjkeeofhfop |
| Beschrijving | 'Extenssr - A browser extension for Geoguessr' |
| Bestandsgrootte | 34.91 MB |
| Aantal Installaties | 2,692 |
| Huidige Versie | 3.11.1 |
| Laatst Bijgewerkt | 2023-11-03 |
| Publicatiedatum | 2021-03-28 |
| Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
| Ontwikkelaar | Extenssr Developers |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | 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
} | |