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 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
]
} | |