Illytools
Illytools enhances the online game Illyriad with extra features.
Illytoolsคืออะไร?
Illytools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Eaque และคุณลักษณะหลักของมันคือ "Illytools enhances the online game Illyriad with extra features."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Illytools
ดาวน์โหลดไฟล์ส่วนขยาย Illytools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Illytools |
ID | dfhkpngopnkmdbndmnoofiblfmlkpppa |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/illytools/dfhkpngopnkmdbndmnoofiblfmlkpppa |
คำอธิบาย | Illytools enhances the online game Illyriad with extra features. |
ขนาดไฟล์ | 25.08 KB |
จำนวนการติดตั้ง | 501 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2012-08-27 |
วันที่เผยแพร่ | 2012-08-27 |
คะแนน | 4.10/5 รวมทั้งหมด 52 คะแนน |
ผู้พัฒนา | Eaque |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Illytools", "version": "1.0", "manifest_version": 2, "description": "Illytools enhances the online game Illyriad with extra features.", "content_scripts": [ { "exclude_globs": [ "http:\/\/*.illyriad.co.uk\/Account\/*", "http:\/\/forum.illyriad.co.uk\/*" ], "exclude_matches": [], "include_globs": [ "http:\/\/*.illyriad.co.uk\/*" ], "js": [ "script.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_idle" } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |