Player for PlayTV content

Player for PlayTV content Access all the latest content from PlayTV online

O que é Player for PlayTV content?

Player for PlayTV content é uma extensão do Chrome desenvolvida por HOT, e sua principal característica é "Player for PlayTV content Access all the latest content from PlayTV online".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Player for PlayTV content

Baixe arquivos de extensão Player for PlayTV content no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        With this chrome extension you will be able to play HOT PLAY content using chrome browser.                    

Informações Básicas da Extensão

Nome Player for PlayTV content Player for PlayTV content
ID ijkpfjogjgdenljphhgmdbagcdkiibjg
URL Oficial https://chromewebstore.google.com/detail/player-for-playtv-content/ijkpfjogjgdenljphhgmdbagcdkiibjg
Descrição Player for PlayTV content Access all the latest content from PlayTV online
Tamanho do Arquivo 5.94 MB
Contagem de Instalações 23,069
Versão Atual 1.9.4.86
Última Atualização 2021-08-06
Data de Publicação 2020-03-17
Classificação 1.79/5 Total de 33 Avaliações
Desenvolvedor HOT
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://play.hot.net.il
URL da Página de Ajuda https://www.hot.net.il/heb/TV/VOD/hotplayapp/.aspx
URL da Página de Política de Privacidade https://www.hot.net.il/privacypolicy/privacypolicy.html
Idiomas Suportados iw
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:\/\/play.hot.net.il\/*"
            ],
            "js": [
                "content_script.js"
            ]
        }
    ],
    "minimum_chrome_version": "39.0.2171.71",
    "requirements": {
        "3D": {
            "features": [
                "webgl"
            ]
        }
    },
    "description": "Player for PlayTV content Access all the latest content from PlayTV 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.4.86",
    "manifest_version": 2,
    "permissions": [
        "system.cpu",
        "power"
    ],
    "name": "Player for PlayTV content",
    "short_name": "PlayTV"
}