My hit kinoplayer app

Attaches a video player to an item with kinopoisk_id

Что такое My hit kinoplayer app?

My hit kinoplayer app - это расширение Chrome, разработанное Alex, и его основная функция - "Attaches a video player to an item with kinopoisk_id".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения My hit kinoplayer app

Скачайте файлы расширений My hit kinoplayer app в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Attaches a video player(https://kinoplayer.top) to a HTML element with attribute `data-kinopoisk`  with kinopoisk_id as value for shows trailer                    

Основная информация о расширении

Название My hit kinoplayer app My hit kinoplayer app
ID bfofhlkbkikhaepkekjobdedfkmpnpmn
Официальный URL https://chrome.google.com/webstore/detail/my-hit-kinoplayer-app/bfofhlkbkikhaepkekjobdedfkmpnpmn
Описание Attaches a video player to an item with kinopoisk_id
Размер файла 8.4 KB
Количество установок 14
Текущая Версия 1.0
Последнее Обновление 2021-01-01
Дата публикации 2021-01-01
Разработчик Alex
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "My hit kinoplayer app",
    "description": "Attaches a video player to an item with kinopoisk_id",
    "version": "1.0",
    "icons": {
        "128": "128.png"
    },
    "browser_action": {
        "default_icon": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/localhost\/*",
                "https:\/\/my-hit.top\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}