Player for PlayTV content
Player for PlayTV content Access all the latest content from PlayTV online
Player for PlayTV content là gì?
Player for PlayTV content là một tiện ích mở rộng Chrome được phát triển bởi HOT, và tính năng chính của nó là "Player for PlayTV content Access all the latest content from PlayTV online".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Player for PlayTV content
Tải xuống các tệp mở rộng Player for PlayTV content dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
With this chrome extension you will be able to play HOT PLAY content using chrome browser.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Player for PlayTV content |
ID | ijkpfjogjgdenljphhgmdbagcdkiibjg |
URL Chính Thức | https://chromewebstore.google.com/detail/player-for-playtv-content/ijkpfjogjgdenljphhgmdbagcdkiibjg |
Mô tả | Player for PlayTV content Access all the latest content from PlayTV online |
Kích Thước Tệp | 5.94 MB |
Số Lần Cài Đặt | 23,069 |
Phiên Bản Hiện Tại | 1.9.4.86 |
Cập Nhật Lần Cuối | 2021-08-06 |
Ngày Phát Hành | 2020-03-17 |
Đánh Giá | 1.79/5 Tổng số 33 Đánh Giá |
Nhà Phát Triển | HOT |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://play.hot.net.il |
URL Trang Trợ Giúp | https://www.hot.net.il/heb/TV/VOD/hotplayapp/.aspx |
URL Trang Chính Sách Bảo Mật | https://www.hot.net.il/privacypolicy/privacypolicy.html |
Ngôn Ngữ Được Hỗ Trợ | 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" } |