Ogame Fleet Counter
No more asking your friends to spy and tell you your fleet points!
Apa itu Ogame Fleet Counter?
Ogame Fleet Counter adalah ekstensi Chrome yang dikembangkan oleh joshepMad, dan fitur utamanya adalah "No more asking your friends to spy and tell you your fleet points!".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Ogame Fleet Counter
Unduh file ekstensi Ogame Fleet Counter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension let's you see your fleet points on each planet or moon in Ogame.
Informasi Dasar Ekstensi
Nama | Ogame Fleet Counter |
ID | dfkfmopjlbomagboeikibfocijcflbei |
URL Resmi | https://chromewebstore.google.com/detail/ogame-fleet-counter/dfkfmopjlbomagboeikibfocijcflbei |
Deskripsi | No more asking your friends to spy and tell you your fleet points! |
Ukuran File | 36.27 KB |
Jumlah Instalasi | 1,315 |
Versi Saat Ini | 4.6 |
Terakhir Diperbarui | 2022-12-11 |
Tanggal Publikasi | 2020-04-28 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | joshepMad |
[email protected] | |
Tipe Pembayaran | free |
URL Halaman Kebijakan Privasi | https://www.privacypolicies.com/live/a133a0e4-40f6-432a-b246-4ba64a8b5303 |
Bahasa yang Didukung | 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:\/\/*\/*" ] } ] } |