Player for NextTV content
Player for NextTV content Access all the latest content from NextTV online
Cos'è Player for NextTV content?
Player for NextTV content è un'estensione di Chrome sviluppata da https://watch.nexttv.co.il, e la sua funzione principale è "Player for NextTV content Access all the latest content from NextTV online ".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Player for NextTV content
Scarica i file di estensione Player for NextTV content 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
With this chrome extension you will be able to play NEXT TV content using chrome browser.
Informazioni di Base sull'Estensione
Nome | |
ID | gjppjcocohfcjahkhefdijehpolpanfl |
URL Ufficiale | https://chrome.google.com/webstore/detail/player-for-nexttv-content/gjppjcocohfcjahkhefdijehpolpanfl |
Descrizione | Player for NextTV content Access all the latest content from NextTV online |
Dimensione del File | 5.63 MB |
Conteggio Installazioni | 9,714 |
Versione Corrente | 1.9.3.43 |
Ultimo Aggiornamento | 2020-03-17 |
Data di Pubblicazione | 2020-03-17 |
Valutazione | 1.38/5 Totale 53 Valutazioni |
Sviluppatore | https://watch.nexttv.co.il |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://watch.nexttv.co.il |
URL della Pagina di Aiuto | https://nexttv.co.il/serviceandsupport?_ga=2.120543552.937051723.1583313536-952914716.1570691950 |
URL della Pagina della Politica sulla Privacy | https://www.hot.net.il/privacypolicy/privacypolicy.html |
Lingue Supportate | |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "nacl_modules": [ { "path": "Player.nmf", "mime_type": "application\/vnd.goc.secureplayer.pepper.plugin" } ], "content_scripts": [ { "matches": [ "https:\/\/watch.nexttv.co.il\/*" ], "js": [ "content_script.js" ] } ], "minimum_chrome_version": "39.0.2171.71", "requirements": { "3D": { "features": [ "webgl" ] } }, "description": "Player for NextTV content Access all the latest content from NextTV online ", "icons": { "128": "icon_128x128.png", "48": "icon_48x48.png" }, "web_accessible_resources": [ "*" ], "offline_enabled": true, "background": { "persistent": false, "scripts": [ "background.js" ] }, "platforms": [ { "nacl_arch": "x86-32", "sub_package_path": "_platform_specific\/x86-32\/" }, { "nacl_arch": "x86-64", "sub_package_path": "_platform_specific\/x86-64\/" } ], "version": "1.9.3.43", "manifest_version": 2, "permissions": [ "system.cpu", "power" ], "name": "Player for NextTV content", "short_name": "NextTV" } |