Illya-chan

Give's the old Illya-chan boost

Was ist Illya-chan?

Illya-chan ist eine Chrome-Erweiterung, die von nesaan entwickelt wurde, und ihr Hauptmerkmal ist "Give's the old Illya-chan boost".

Erweiterungsscreenshots

screenshot

Illya-chan-Erweiterungs-CRX-Datei herunterladen

Laden Sie Illya-chan-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Illya-chan Illya-chan
ID konneckjmnfghocilhlhmdlggbjeacbl
Offizielle URL https://chrome.google.com/webstore/detail/illya-chan/konneckjmnfghocilhlhmdlggbjeacbl
Beschreibung Give's the old Illya-chan boost
Dateigröße 10.23 MB
Installationsanzahl 24
Aktuelle Version 1.3
Letztes Update 2019-04-13
Veröffentlichungsdatum 2019-04-13
Entwickler nesaan
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}