iptv-epg-telecontroller-simulator
IPTV(4k)盒子遥控器模拟器
什麼是iptv-epg-telecontroller-simulator?
iptv-epg-telecontroller-simulator是由fxfffp開發的Chrome擴展程式,該擴展的主要功能是“IPTV(4k)盒子遥控器模拟器”。
擴展截圖
下載iptv-epg-telecontroller-simulator擴展crx文件
下載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 |
ID | eedceomkfahdbanbdgjmojbmgmadflgm |
官方網址 | 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" ] } |