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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย 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
อีเมล [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"
    ]
}