Illytools
Illytools enhances the online game Illyriad with extra features.
什么是Illytools?
Illytools是由Eaque开发的Chrome扩展程序,该扩展的主要功能是“Illytools enhances the online game Illyriad with extra features.”。
扩展截图
下载Illytools扩展crx文件
下载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" } } |