iptv-epg-telecontroller-simulator

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

iptv-epg-telecontroller-simulator란 무엇입니까?

iptv-epg-telecontroller-simulator은(는) fxfffp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "IPTV(4k)盒子遥控器模拟器"입니다.

확장 프로그램 스크린샷

screenshot

iptv-epg-telecontroller-simulator 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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