My hit kinoplayer app

Attaches a video player to an item with kinopoisk_id

Cos'è My hit kinoplayer app?

My hit kinoplayer app è un'estensione di Chrome sviluppata da Alex, e la sua funzione principale è "Attaches a video player to an item with kinopoisk_id".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione My hit kinoplayer app

Scarica i file di estensione My hit kinoplayer app in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Attaches a video player(https://kinoplayer.top) to a HTML element with attribute `data-kinopoisk`  with kinopoisk_id as value for shows trailer                    

Informazioni di Base sull'Estensione

Nome My hit kinoplayer app My hit kinoplayer app
ID bfofhlkbkikhaepkekjobdedfkmpnpmn
URL Ufficiale https://chrome.google.com/webstore/detail/my-hit-kinoplayer-app/bfofhlkbkikhaepkekjobdedfkmpnpmn
Descrizione Attaches a video player to an item with kinopoisk_id
Dimensione del File 8.4 KB
Conteggio Installazioni 14
Versione Corrente 1.0
Ultimo Aggiornamento 2021-01-01
Data di Pubblicazione 2021-01-01
Sviluppatore Alex
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}