Player for PlayTV content

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

Qu'est-ce que Player for PlayTV content ?

Player for PlayTV content est une extension Chrome développée par HOT, et sa fonction principale est "Player for PlayTV content Access all the latest content from PlayTV online".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Player for PlayTV content

Téléchargez les fichiers d'extension Player for PlayTV content au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Player for PlayTV content Player for PlayTV content
ID ijkpfjogjgdenljphhgmdbagcdkiibjg
URL Officiel https://chromewebstore.google.com/detail/player-for-playtv-content/ijkpfjogjgdenljphhgmdbagcdkiibjg
Description Player for PlayTV content Access all the latest content from PlayTV online
Taille du Fichier 5.94 MB
Nombre d'Installations 23,069
Version Actuelle 1.9.4.86
Dernière Mise à Jour 2021-08-06
Date de Publication 2020-03-17
Évaluation 1.79/5 Total 33 Évaluations
Développeur HOT
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://play.hot.net.il
URL de la Page d'Aide https://www.hot.net.il/heb/TV/VOD/hotplayapp/.aspx
URL de la Page de Politique de Confidentialité https://www.hot.net.il/privacypolicy/privacypolicy.html
Langues Prises en Charge 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"
}