Illya-chan

Give's the old Illya-chan boost

Illya-chanとは何ですか?

Illya-chanはnesaanによって開発されたChromeの拡張機能で、その主な機能は「Give's the old Illya-chan boost」です。

拡張機能のスクリーンショット

screenshot

Illya-chan拡張機能のCRXファイルをダウンロード

Illya-chan拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Illya-Chan gives an updated ui to a number of popular pages.                    

拡張機能の基本情報

名前 Illya-chan Illya-chan
ID konneckjmnfghocilhlhmdlggbjeacbl
公式URL https://chrome.google.com/webstore/detail/illya-chan/konneckjmnfghocilhlhmdlggbjeacbl
説明 Give's the old Illya-chan boost
ファイルサイズ 10.23 MB
インストール数 24
現在のバージョン 1.3
最終更新日 2019-04-13
公開日 2019-04-13
開発者 nesaan
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Illya-chan",
    "version": "1.3",
    "description": "Give's the old Illya-chan boost",
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "christmasssssss.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.youtube.com\/*"
            ],
            "js": [
                "jquery.js",
                "youtube.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.mangadex.org\/*"
            ],
            "js": [
                "jquery.js",
                "mangadex.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.stackoverflow.com\/*"
            ],
            "js": [
                "jquery.js",
                "stackoverflow.js"
            ]
        },
        {
            "matches": [
                "https:\/\/myanimelist.net\/anime\/*"
            ],
            "js": [
                "jquery.js",
                "mal.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "sohappy.png",
        "themosthappy.png",
        "yumyumyum.png"
    ]
}