Illytools

Illytools enhances the online game Illyriad with extra features.

什麼是Illytools?

Illytools是由Eaque開發的Chrome擴展程式,該擴展的主要功能是“Illytools enhances the online game Illyriad with extra features.”。

擴展截圖

screenshot

下載Illytools擴展crx文件

下載Illytools擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                                            

擴展基本資訊

名稱 Illytools Illytools
ID dfhkpngopnkmdbndmnoofiblfmlkpppa
官方網址 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"
    }
}