Player for PlayTV content

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

Co je Player for PlayTV content?

Player for PlayTV content je rozšíření Chrome vyvinuté HOT, a jeho hlavní funkcí je „Player for PlayTV content Access all the latest content from PlayTV online“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Player for PlayTV content

Stáhněte si soubory rozšíření Player for PlayTV content ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Základní Informace o Rozšíření

Název Player for PlayTV content Player for PlayTV content
ID ijkpfjogjgdenljphhgmdbagcdkiibjg
Oficiální URL https://chromewebstore.google.com/detail/player-for-playtv-content/ijkpfjogjgdenljphhgmdbagcdkiibjg
Popis Player for PlayTV content Access all the latest content from PlayTV online
Velikost souboru 5.94 MB
Počet instalací 23,069
Aktuální Verze 1.9.4.86
Poslední Aktualizace 2021-08-06
Datum Vydání 2020-03-17
Hodnocení 1.79/5 Celkem 33 Hodnocení
Vývojář HOT
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření http://play.hot.net.il
URL Stránky Nápovědy https://www.hot.net.il/heb/TV/VOD/hotplayapp/.aspx
URL Stránky Zásad Ochrany Soukromí https://www.hot.net.il/privacypolicy/privacypolicy.html
Podporované Jazyky 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"
}