Illytools
Illytools enhances the online game Illyriad with extra features.
What is Illytools?
Illytools is a Chrome extension developed by Eaque, and its main feature is "Illytools enhances the online game Illyriad with extra features.".
Extension Screenshots
Download Illytools Extension CRX File
Download Illytools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | Illytools |
ID | dfhkpngopnkmdbndmnoofiblfmlkpppa |
Official URL | https://chromewebstore.google.com/detail/illytools/dfhkpngopnkmdbndmnoofiblfmlkpppa |
Description | Illytools enhances the online game Illyriad with extra features. |
File Size | 25.08 KB |
Installation Count | 501 |
Current Version | 1.0 |
Last Updated | 2012-08-27 |
Publish Date | 2012-08-27 |
Rating | 4.10/5 Total 52 Ratings |
Developer | Eaque |
Payment Type | free |
Supported Languages | 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" } } |