My hit kinoplayer app

Attaches a video player to an item with kinopoisk_id

什麼是My hit kinoplayer app?

My hit kinoplayer app是由Alex開發的Chrome擴展程式,該擴展的主要功能是“Attaches a video player to an item with kinopoisk_id”。

擴展截圖

screenshot

下載My hit kinoplayer app擴展crx文件

下載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
官方網址 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"
            ]
        }
    ]
}