My hit kinoplayer app
Attaches a video player to an item with kinopoisk_id
Qu'est-ce que My hit kinoplayer app ?
My hit kinoplayer app est une extension Chrome développée par Alex, et sa fonction principale est "Attaches a video player to an item with kinopoisk_id".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension My hit kinoplayer app
Téléchargez les fichiers d'extension My hit kinoplayer app au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Attaches a video player(https://kinoplayer.top) to a HTML element with attribute `data-kinopoisk` with kinopoisk_id as value for shows trailer
Informations de Base sur l'Extension
Nom | |
ID | bfofhlkbkikhaepkekjobdedfkmpnpmn |
URL Officiel | https://chrome.google.com/webstore/detail/my-hit-kinoplayer-app/bfofhlkbkikhaepkekjobdedfkmpnpmn |
Description | Attaches a video player to an item with kinopoisk_id |
Taille du Fichier | 8.4 KB |
Nombre d'Installations | 14 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2021-01-01 |
Date de Publication | 2021-01-01 |
Développeur | Alex |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |