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
公式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
Eメール [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"
}