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"
    ]
}