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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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