Illya-chan

Give's the old Illya-chan boost

ما هو Illya-chan؟

Illya-chan هو إضافة Chrome تم تطويرها بواسطة nesaan، والميزة الرئيسية لها هي "Give's the old Illya-chan boost".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Illya-chan

قم بتنزيل ملفات الامتداد Illya-chan بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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"
    ]
}