Illya-chan

Give's the old Illya-chan boost

Apa itu Illya-chan?

Illya-chan adalah ekstensi Chrome yang dikembangkan oleh nesaan, dan fitur utamanya adalah "Give's the old Illya-chan boost".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Illya-chan

Unduh file ekstensi Illya-chan dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Illya-chan Illya-chan
ID konneckjmnfghocilhlhmdlggbjeacbl
URL Resmi https://chrome.google.com/webstore/detail/illya-chan/konneckjmnfghocilhlhmdlggbjeacbl
Deskripsi Give's the old Illya-chan boost
Ukuran File 10.23 MB
Jumlah Instalasi 24
Versi Saat Ini 1.3
Terakhir Diperbarui 2019-04-13
Tanggal Publikasi 2019-04-13
Pengembang nesaan
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}