Illya-chan

Give's the old Illya-chan boost

Illya-chan là gì?

Illya-chan là một tiện ích mở rộng Chrome được phát triển bởi nesaan, và tính năng chính của nó là "Give's the old Illya-chan boost".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Illya-chan

Tải xuống các tệp mở rộng Illya-chan dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Illya-chan Illya-chan
ID konneckjmnfghocilhlhmdlggbjeacbl
URL Chính Thức https://chrome.google.com/webstore/detail/illya-chan/konneckjmnfghocilhlhmdlggbjeacbl
Mô tả Give's the old Illya-chan boost
Kích Thước Tệp 10.23 MB
Số Lần Cài Đặt 24
Phiên Bản Hiện Tại 1.3
Cập Nhật Lần Cuối 2019-04-13
Ngày Phát Hành 2019-04-13
Nhà Phát Triển nesaan
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}