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"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
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" ] } ] } |