TRC PPAPI Extension

TRC PPAPI Extension

What is TRC PPAPI Extension?

TRC PPAPI Extension is a Chrome extension developed by http://www.play.altice.com.do, and its main feature is "TRC PPAPI Extension ".

Extension Screenshots

screenshot

Download TRC PPAPI Extension Extension CRX File

Download TRC PPAPI Extension extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name TRC PPAPI Extension TRC PPAPI Extension
ID lamefdhfniilbngefmkhfihkchggeekg
Official URL https://chrome.google.com/webstore/detail/trc-ppapi-extension/lamefdhfniilbngefmkhfihkchggeekg
Description TRC PPAPI Extension
File Size 5.63 MB
Installation Count 410
Current Version 1.9.3.43
Last Updated 2020-12-17
Publish Date 2020-05-04
Rating 5.00/5 Total 1 Ratings
Developer http://www.play.altice.com.do
Email [email protected]
Payment Type free
Extension Website http://www.play.altice.com.do/
Help Page URL http://ottwebpage.play.altice.com.do/vod/Help/FAQs
Privacy Policy Page URL http://ottwebpage.play.altice.com.do/vod/Legal/Terms
Supported Languages 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"
}