Player for NextTV content
Player for NextTV content Access all the latest content from NextTV online
什么是Player for NextTV content?
Player for NextTV content是由https://watch.nexttv.co.il开发的Chrome扩展程序,该扩展的主要功能是“Player for NextTV content Access all the latest content from NextTV online ”。
扩展截图
下载Player for NextTV content扩展crx文件
下载Player for NextTV content扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With this chrome extension you will be able to play NEXT TV content using chrome browser.
扩展基本信息
名称 | |
ID | gjppjcocohfcjahkhefdijehpolpanfl |
官方URL | https://chrome.google.com/webstore/detail/player-for-nexttv-content/gjppjcocohfcjahkhefdijehpolpanfl |
简介 | Player for NextTV content Access all the latest content from NextTV online |
文件大小 | 5.63 MB |
安装次数 | 9,714 |
当前版本 | 1.9.3.43 |
更新时间 | 2020-03-17 |
上架时间 | 2020-03-17 |
评分 | 1.38/5 共53次评分 |
开发者 | https://watch.nexttv.co.il |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://watch.nexttv.co.il |
帮助页面URL | https://nexttv.co.il/serviceandsupport?_ga=2.120543552.937051723.1583313536-952914716.1570691950 |
隐私政策页面URL | https://www.hot.net.il/privacypolicy/privacypolicy.html |
支持的语言 | |
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" } |