Player for PlayTV content

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

Τι είναι το Player for PlayTV content;

Το Player for PlayTV content είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον HOT, και η κύρια λειτουργία του είναι "Player for PlayTV content Access all the latest content from PlayTV online".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Player for PlayTV content

Λήψη αρχείων επέκτασης Player for PlayTV content σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

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

Βασικές Πληροφορίες Επέκτασης

Όνομα Player for PlayTV content Player for PlayTV content
ID ijkpfjogjgdenljphhgmdbagcdkiibjg
Επίσημο URL https://chromewebstore.google.com/detail/player-for-playtv-content/ijkpfjogjgdenljphhgmdbagcdkiibjg
Περιγραφή Player for PlayTV content Access all the latest content from PlayTV online
Μέγεθος Αρχείου 5.94 MB
Αριθμός Εγκαταστάσεων 23,069
Τρέχουσα Έκδοση 1.9.4.86
Τελευταία Ενημέρωση 2021-08-06
Ημερομηνία Δημοσίευσης 2020-03-17
Αξιολόγηση 1.79/5 Συνολικά 33 Αξιολογήσεις
Προγραμματιστής HOT
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης http://play.hot.net.il
Διεύθυνση URL της Σελίδας Βοήθειας https://www.hot.net.il/heb/TV/VOD/hotplayapp/.aspx
URL της Σελίδας Πολιτικής Απορρήτου https://www.hot.net.il/privacypolicy/privacypolicy.html
Υποστηριζόμενες Γλώσσες 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"
}