Illya-chan

Give's the old Illya-chan boost

Illya-chan क्या है?

Illya-chan nesaan द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Give's the old Illya-chan boost"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Illya-chan एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
    ]
}