My hit kinoplayer app
Attaches a video player to an item with kinopoisk_id
O que é My hit kinoplayer app?
My hit kinoplayer app é uma extensão do Chrome desenvolvida por Alex, e sua principal característica é "Attaches a video player to an item with kinopoisk_id".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão My hit kinoplayer app
Baixe arquivos de extensão My hit kinoplayer app no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Attaches a video player(https://kinoplayer.top) to a HTML element with attribute `data-kinopoisk` with kinopoisk_id as value for shows trailer
Informações Básicas da Extensão
Nome | |
ID | bfofhlkbkikhaepkekjobdedfkmpnpmn |
URL Oficial | https://chrome.google.com/webstore/detail/my-hit-kinoplayer-app/bfofhlkbkikhaepkekjobdedfkmpnpmn |
Descrição | Attaches a video player to an item with kinopoisk_id |
Tamanho do Arquivo | 8.4 KB |
Contagem de Instalações | 14 |
Versão Atual | 1.0 |
Última Atualização | 2021-01-01 |
Data de Publicação | 2021-01-01 |
Desenvolvedor | Alex |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |