Illytools
Illytools enhances the online game Illyriad with extra features.
Hvad er Illytools?
Illytools er en Chrome-udvidelse udviklet af Eaque, og dens hovedfunktion er "Illytools enhances the online game Illyriad with extra features.".
Udvidelsesskærmbilleder
Download Illytools-udvidelses-CRX-fil
Download Illytools-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Grundlæggende oplysninger om udvidelsen
Navn | Illytools |
ID | dfhkpngopnkmdbndmnoofiblfmlkpppa |
Officiel URL | https://chromewebstore.google.com/detail/illytools/dfhkpngopnkmdbndmnoofiblfmlkpppa |
Beskrivelse | Illytools enhances the online game Illyriad with extra features. |
Filstørrelse | 25.08 KB |
Antal Installationer | 501 |
Nuværende Version | 1.0 |
Senest Opdateret | 2012-08-27 |
Udgivelsesdato | 2012-08-27 |
Bedømmelse | 4.10/5 Samlet 52 Bedømmelser |
Udvikler | Eaque |
Betalingsmetode | free |
Understøttede Sprog | 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" } } |