TRC PPAPI Extension

TRC PPAPI Extension

什么是TRC PPAPI Extension?

TRC PPAPI Extension是由http://www.play.altice.com.do开发的Chrome扩展程序,该扩展的主要功能是“TRC PPAPI Extension ”。

扩展截图

screenshot

下载TRC PPAPI Extension扩展crx文件

下载TRC PPAPI Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Extension (Player) para el Servicio Altice Play. Servicio de video on demand como series, peliculas, contenido infantil y alquiler de peliculas de estreno, ademas de transmitir 45 canales en vivo nacionales e internacionales. Con esta extensión podra visualizaar su contenido seguro.                    

扩展基本信息

名称 TRC PPAPI Extension TRC PPAPI Extension
ID lamefdhfniilbngefmkhfihkchggeekg
官方URL https://chrome.google.com/webstore/detail/trc-ppapi-extension/lamefdhfniilbngefmkhfihkchggeekg
简介 TRC PPAPI Extension
文件大小 5.63 MB
安装次数 410
当前版本 1.9.3.43
更新时间 2020-12-17
上架时间 2020-05-04
评分 5.00/5 共1次评分
开发者 http://www.play.altice.com.do
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.play.altice.com.do/
帮助页面URL http://ottwebpage.play.altice.com.do/vod/Help/FAQs
隐私政策页面URL http://ottwebpage.play.altice.com.do/vod/Legal/Terms
支持的语言 es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "nacl_modules": [
        {
            "path": "Player.nmf",
            "mime_type": "application\/vnd.trc.secureplayer.pepper.plugin"
        }
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "minimum_chrome_version": "39.0.2171.71",
    "requirements": {
        "3D": {
            "features": [
                "webgl"
            ]
        }
    },
    "description": "TRC PPAPI Extension ",
    "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": [
        "power",
        "system.cpu",
        "system.display"
    ],
    "name": "TRC PPAPI Extension"
}