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”。
扩展截图
下载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 扩展基本信息
| 名称 | |
| 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"
]
}
]
} | |