Ogame Fleet Counter
No more asking your friends to spy and tell you your fleet points!
Cos'è Ogame Fleet Counter?
Ogame Fleet Counter è un'estensione di Chrome sviluppata da joshepMad, e la sua funzione principale è "No more asking your friends to spy and tell you your fleet points!".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Ogame Fleet Counter
Scarica i file di estensione Ogame Fleet Counter 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 extension let's you see your fleet points on each planet or moon in Ogame.
Informazioni di Base sull'Estensione
Nome | Ogame Fleet Counter |
ID | dfkfmopjlbomagboeikibfocijcflbei |
URL Ufficiale | https://chromewebstore.google.com/detail/ogame-fleet-counter/dfkfmopjlbomagboeikibfocijcflbei |
Descrizione | No more asking your friends to spy and tell you your fleet points! |
Dimensione del File | 36.27 KB |
Conteggio Installazioni | 1,315 |
Versione Corrente | 4.6 |
Ultimo Aggiornamento | 2022-12-11 |
Data di Pubblicazione | 2020-04-28 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | joshepMad |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://www.privacypolicies.com/live/a133a0e4-40f6-432a-b246-4ba64a8b5303 |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Ogame Fleet Counter", "short_name": "OFC", "description": "No more asking your friends to spy and tell you your fleet points!", "version": "4.6", "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=ingame&component=shipyard*" ], "js": [ "js\/jquery.js", "js\/content.js" ], "run_at": "document_end" }, { "css": [ "skin\/style.css" ], "js": [ "js\/fleet.js" ], "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=highscore*" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "js\/toInject.js" ], "matches": [ "https:\/\/*\/*" ] } ] } |