iptv-epg-telecontroller-simulator

IPTV(4k)盒子遥控器模拟器

iptv-epg-telecontroller-simulatorคืออะไร?

iptv-epg-telecontroller-simulator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fxfffp และคุณลักษณะหลักของมันคือ "IPTV(4k)盒子遥控器模拟器"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย iptv-epg-telecontroller-simulator

ดาวน์โหลดไฟล์ส่วนขยาย iptv-epg-telecontroller-simulator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        epg页面开发人员遥控器模拟器,
1.epg开发人员请拦截onkeypress事件
2.模拟播放器(注意初始化播放器请在页面加载完)
3.提供模拟AAA鉴权跳转
备注:最初版代码来自成思科技的coffee([email protected])的开发的chrome插件。
源码地址:https://github.com/frankfxf/iptv-epg-telecontroller-simulator                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ iptv-epg-telecontroller-simulator iptv-epg-telecontroller-simulator
ID eedceomkfahdbanbdgjmojbmgmadflgm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/iptv-epg-telecontroller-s/eedceomkfahdbanbdgjmojbmgmadflgm
คำอธิบาย IPTV(4k)盒子遥控器模拟器
ขนาดไฟล์ 18.04 KB
จำนวนการติดตั้ง 205
เวอร์ชันปัจจุบัน 0.4.8.1
อัปเดตครั้งล่าสุด 2018-03-27
วันที่เผยแพร่ 2018-03-26
คะแนน 4.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา fxfffp
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iptv-epg-telecontroller-simulator",
    "description": "IPTV(4k)\u76d2\u5b50\u9065\u63a7\u5668\u6a21\u62df\u5668",
    "version": "0.4.8.1",
    "browser_action": {
        "default_icon": "image\/logo.png"
    },
    "content_scripts": [
        {
            "js": [
                "main.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "remote_ctrl_simulater.js",
        "stb_simulater.js",
        "image\/zhenguang.png",
        "image\/close.png"
    ]
}