Ogame Fleet Counter
No more asking your friends to spy and tell you your fleet points!
Wat is Ogame Fleet Counter?
Ogame Fleet Counter is een Chrome-extensie ontwikkeld door joshepMad, en de belangrijkste functie is "No more asking your friends to spy and tell you your fleet points!".
Extensie Screenshots
Download het CRX-bestand van de extensie Ogame Fleet Counter
Download Ogame Fleet Counter-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 extension let's you see your fleet points on each planet or moon in Ogame.
Basisinformatie over de Extensie
Naam | Ogame Fleet Counter |
ID | dfkfmopjlbomagboeikibfocijcflbei |
Officiële URL | https://chromewebstore.google.com/detail/ogame-fleet-counter/dfkfmopjlbomagboeikibfocijcflbei |
Beschrijving | No more asking your friends to spy and tell you your fleet points! |
Bestandsgrootte | 36.27 KB |
Aantal Installaties | 1,315 |
Huidige Versie | 4.6 |
Laatst Bijgewerkt | 2022-12-11 |
Publicatiedatum | 2020-04-28 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | joshepMad |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://www.privacypolicies.com/live/a133a0e4-40f6-432a-b246-4ba64a8b5303 |
Ondersteunde Talen | 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:\/\/*\/*" ] } ] } |