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
公式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"
    }
}