Ogame Fleet Counter
No more asking your friends to spy and tell you your fleet points!
Was ist Ogame Fleet Counter?
Ogame Fleet Counter ist eine Chrome-Erweiterung, die von joshepMad entwickelt wurde, und ihr Hauptmerkmal ist "No more asking your friends to spy and tell you your fleet points!".
Erweiterungsscreenshots
Ogame Fleet Counter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ogame Fleet Counter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
This extension let's you see your fleet points on each planet or moon in Ogame. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | dfkfmopjlbomagboeikibfocijcflbei |
| Offizielle URL | https://chromewebstore.google.com/detail/ogame-fleet-counter/dfkfmopjlbomagboeikibfocijcflbei |
| Beschreibung | No more asking your friends to spy and tell you your fleet points! |
| Dateigröße | 36.27 KB |
| Installationsanzahl | 1,315 |
| Aktuelle Version | 4.6 |
| Letztes Update | 2022-12-11 |
| Veröffentlichungsdatum | 2020-04-28 |
| Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
| Entwickler | joshepMad |
| [email protected] | |
| Zahlungsart | free |
| URL der Datenschutzrichtlinien-Seite | https://www.privacypolicies.com/live/a133a0e4-40f6-432a-b246-4ba64a8b5303 |
| Unterstützte Sprachen | 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:\/\/*\/*"
]
}
]
} | |