My hit kinoplayer app
Attaches a video player to an item with kinopoisk_id
Vad är My hit kinoplayer app?
My hit kinoplayer app är en Chrome-tillägg utvecklad av Alex, och dess huvudfunktion är "Attaches a video player to an item with kinopoisk_id".
Tilläggsskärmbilder
Ladda ner My hit kinoplayer app-förlängningens CRX-fil
Ladda ner My hit kinoplayer app-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Attaches a video player(https://kinoplayer.top) to a HTML element with attribute `data-kinopoisk` with kinopoisk_id as value for shows trailer Grundläggande Information om Tillägg
| Namn | |
| ID | bfofhlkbkikhaepkekjobdedfkmpnpmn |
| Officiell webbadress | https://chrome.google.com/webstore/detail/my-hit-kinoplayer-app/bfofhlkbkikhaepkekjobdedfkmpnpmn |
| Beskrivning | Attaches a video player to an item with kinopoisk_id |
| Filstorlek | 8.4 KB |
| Antal Installationer | 14 |
| Aktuell Version | 1.0 |
| Senast Uppdaterad | 2021-01-01 |
| Publiceringsdatum | 2021-01-01 |
| Utvecklare | Alex |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |