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"
}