My hit kinoplayer app
Attaches a video player to an item with kinopoisk_id
What is My hit kinoplayer app?
My hit kinoplayer app is a Chrome extension developed by Alex, and its main feature is "Attaches a video player to an item with kinopoisk_id".
Extension Screenshots
Download My hit kinoplayer app Extension CRX File
Download My hit kinoplayer app extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Attaches a video player(https://kinoplayer.top) to a HTML element with attribute `data-kinopoisk` with kinopoisk_id as value for shows trailer
Extension Basic Information
Name | |
ID | bfofhlkbkikhaepkekjobdedfkmpnpmn |
Official URL | https://chrome.google.com/webstore/detail/my-hit-kinoplayer-app/bfofhlkbkikhaepkekjobdedfkmpnpmn |
Description | Attaches a video player to an item with kinopoisk_id |
File Size | 8.4 KB |
Installation Count | 14 |
Current Version | 1.0 |
Last Updated | 2021-01-01 |
Publish Date | 2021-01-01 |
Developer | Alex |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } ] } |