iptv-epg-telecontroller-simulator
IPTV(4k)盒子遥控器模拟器
What is iptv-epg-telecontroller-simulator?
iptv-epg-telecontroller-simulator is a Chrome extension developed by fxfffp, and its main feature is "IPTV(4k)盒子遥控器模拟器".
Extension Screenshots
Download iptv-epg-telecontroller-simulator Extension CRX File
Download iptv-epg-telecontroller-simulator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
epg页面开发人员遥控器模拟器, 1.epg开发人员请拦截onkeypress事件 2.模拟播放器(注意初始化播放器请在页面加载完) 3.提供模拟AAA鉴权跳转 备注:最初版代码来自成思科技的coffee([email protected])的开发的chrome插件。 源码地址:https://github.com/frankfxf/iptv-epg-telecontroller-simulator
Extension Basic Information
Name | iptv-epg-telecontroller-simulator |
ID | eedceomkfahdbanbdgjmojbmgmadflgm |
Official URL | https://chromewebstore.google.com/detail/iptv-epg-telecontroller-s/eedceomkfahdbanbdgjmojbmgmadflgm |
Description | IPTV(4k)盒子遥控器模拟器 |
File Size | 18.04 KB |
Installation Count | 205 |
Current Version | 0.4.8.1 |
Last Updated | 2018-03-27 |
Publish Date | 2018-03-26 |
Rating | 4.00/5 Total 3 Ratings |
Developer | fxfffp |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |