OBot
Extends the user interface of the mmog OGame with a unlimited list of favourites
OBotคืออะไร?
OBot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dawosch และคุณลักษณะหลักของมันคือ "Extends the user interface of the mmog OGame with a unlimited list of favourites"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย OBot
ดาวน์โหลดไฟล์ส่วนขยาย OBot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Diese Extension erweitert das User Interface des MMOG "OGame" und eine unlimitierte Favoritenliste. Spieler können ganz leicht hinzugefügt und gelöscht werden.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | OBot |
ID | ifilffiklclodhchnejccihimmkhomii |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/obot/ifilffiklclodhchnejccihimmkhomii |
คำอธิบาย | Extends the user interface of the mmog OGame with a unlimited list of favourites |
ขนาดไฟล์ | 482 KB |
จำนวนการติดตั้ง | 192 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2021-10-24 |
วันที่เผยแพร่ | 2021-10-24 |
ผู้พัฒนา | Dawosch |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "OBot", "description": "Extends the user interface of the mmog OGame with a unlimited list of favourites ", "version": "1.0.0", "manifest_version": 3, "permissions": [ "storage" ], "web_accessible_resources": [ { "resources": [ "\/assets\/AddSpy.png", "\/assets\/RemoveSpy.png" ], "matches": [ "https:\/\/*.ogame.gameforge.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/*" ], "css": [ "\/assets\/styles.css" ], "js": [ "index.js" ] }, { "matches": [ "https:\/\/*.ogame.gameforge.com\/game\/index.php?page=messages" ], "js": [ "add2spy.js" ] } ] } |