Player for PlayTV content

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

什麼是Player for PlayTV content?

Player for PlayTV content是由HOT開發的Chrome擴展程式,該擴展的主要功能是“Player for PlayTV content Access all the latest content from PlayTV online”。

擴展截圖

screenshot

下載Player for PlayTV content擴展crx文件

下載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
官方網址 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"
}