Illytools
Illytools enhances the online game Illyriad with extra features.
Apa itu Illytools?
Illytools adalah ekstensi Chrome yang dikembangkan oleh Eaque, dan fitur utamanya adalah "Illytools enhances the online game Illyriad with extra features.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Illytools
Unduh file ekstensi Illytools 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
Informasi Dasar Ekstensi
Nama | Illytools |
ID | dfhkpngopnkmdbndmnoofiblfmlkpppa |
URL Resmi | https://chromewebstore.google.com/detail/illytools/dfhkpngopnkmdbndmnoofiblfmlkpppa |
Deskripsi | Illytools enhances the online game Illyriad with extra features. |
Ukuran File | 25.08 KB |
Jumlah Instalasi | 501 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2012-08-27 |
Tanggal Publikasi | 2012-08-27 |
Penilaian | 4.10/5 Total 52 Penilaian |
Pengembang | Eaque |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" } } |