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
公式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
Eメール [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"
            ]
        }
    ]
}