My hit kinoplayer app
Attaches a video player to an item with kinopoisk_id
Apa itu My hit kinoplayer app?
My hit kinoplayer app adalah ekstensi Chrome yang dikembangkan oleh Alex, dan fitur utamanya adalah "Attaches a video player to an item with kinopoisk_id".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi My hit kinoplayer app
Unduh file ekstensi My hit kinoplayer app dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Attaches a video player(https://kinoplayer.top) to a HTML element with attribute `data-kinopoisk` with kinopoisk_id as value for shows trailer
Informasi Dasar Ekstensi
Nama | |
ID | bfofhlkbkikhaepkekjobdedfkmpnpmn |
URL Resmi | https://chrome.google.com/webstore/detail/my-hit-kinoplayer-app/bfofhlkbkikhaepkekjobdedfkmpnpmn |
Deskripsi | Attaches a video player to an item with kinopoisk_id |
Ukuran File | 8.4 KB |
Jumlah Instalasi | 14 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2021-01-01 |
Tanggal Publikasi | 2021-01-01 |
Pengembang | Alex |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |