Ogame Fleet Counter
No more asking your friends to spy and tell you your fleet points!
Ogame Fleet Counterคืออะไร?
Ogame Fleet Counter เป็นส่วนขยายของ Chrome ที่พัฒนาโดย joshepMad และคุณลักษณะหลักของมันคือ "No more asking your friends to spy and tell you your fleet points!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ogame Fleet Counter
ดาวน์โหลดไฟล์ส่วนขยาย Ogame Fleet Counter ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This extension let's you see your fleet points on each planet or moon in Ogame.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Ogame Fleet Counter |
ID | dfkfmopjlbomagboeikibfocijcflbei |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/ogame-fleet-counter/dfkfmopjlbomagboeikibfocijcflbei |
คำอธิบาย | No more asking your friends to spy and tell you your fleet points! |
ขนาดไฟล์ | 36.27 KB |
จำนวนการติดตั้ง | 1,315 |
เวอร์ชันปัจจุบัน | 4.6 |
อัปเดตครั้งล่าสุด | 2022-12-11 |
วันที่เผยแพร่ | 2020-04-28 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | joshepMad |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://www.privacypolicies.com/live/a133a0e4-40f6-432a-b246-4ba64a8b5303 |
ภาษาที่รองรับ | 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:\/\/*\/*" ] } ] } |