Live Helper
Help you see all followed live streaming in one page. Please feel free to contact me for any need. My email: [email protected]
Live Helperとは何ですか?
Live Helperはspacemeowx2によって開発されたChromeの拡張機能で、その主な機能は「Help you see all followed live streaming in one page. Please feel free to contact me for any need. My email: [email protected]」です。
拡張機能のスクリーンショット
Live Helper拡張機能のCRXファイルをダウンロード
Live Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
喜欢的主播被别的台挖走了? 别担心, 安装了这个插件就能同时查看多个直播网站的订阅主播. PS. 还有右下角弹框提醒你主播开播了哦~ 使用方法: 注册, 登录直播网站, 然后在喜欢的主播点订阅. 更新日志: 0.08 初步增加多国语言支持 添加新选项: 是否显示缩略图 0.07 修复部分环境下乱码的问题 0.06 添加niconico和twitch的支持, 修复bug一枚 0.05 修复提醒设置无效的问题 PS.那段代码是我眼睛疲劳的时候写的...质量好差 0.04 增加选项页, 可设置是否弹出提示 增加全民TV的支持 0.03 增加了斗鱼的扩展关注列表功能 修改弹出页样式
拡張機能の基本情報
名前 | Live Helper |
ID | kaiofkekiongfpgocmlpomimfnmcnfii |
公式URL | https://chromewebstore.google.com/detail/live-helper/kaiofkekiongfpgocmlpomimfnmcnfii |
説明 | Help you see all followed live streaming in one page. Please feel free to contact me for any need. My email: [email protected] |
ファイルサイズ | 518 KB |
インストール数 | 2,547 |
現在のバージョン | 2.0.5 |
最終更新日 | 2021-03-29 |
公開日 | 2020-04-09 |
評価 | 4.70/5 合計 152 レビュー |
開発者 | spacemeowx2 |
Eメール | [email protected] |
支払い方法 | free |
ヘルプページのURL | https://github.com/spacemeowx2/LiveHelper/issues |
対応言語 | en,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "default_locale": "zh_CN", "name": "__MSG_extName__", "description": "__MSG_extDescription__", "version": "2.0.5", "options_ui": { "page": "dist\/options.html" }, "icons": { "256": "icon\/icon.png" }, "browser_action": { "browser_style": true, "default_icon": "icon\/icon-64.png", "default_popup": "dist\/popup.html" }, "background": { "scripts": [ "dist\/background.js" ], "persistent": false }, "permissions": [ "alarms", "cookies", "notifications", "storage", "*:\/\/*.douyu.com\/*", "*:\/\/*.zhanqi.tv\/*", "*:\/\/*.huya.com\/*", "*:\/\/*.bilibili.com\/*", "*:\/\/*.twitch.tv\/*", "*:\/\/*.huomaotv.cn\/*", "*:\/\/*.huomao.com\/*", "*:\/\/*.longzhu.com\/*", "*:\/\/*.163.com\/*", "*:\/\/egame.qq.com\/*", "*:\/\/*.openrec.tv\/*", "*:\/\/*.douyucdn.cn\/*", "*:\/\/*.pdim.gs\/*", "*:\/\/*.hdslb.com\/*", "*:\/\/*.plures.net\/*", "*:\/\/*.dwstatic.com\/*", "*:\/\/*.jtvnw.net\/*", "*:\/\/*.nimg.jp\/*", "*:\/\/*.myqcloud.com\/*", "*:\/\/*.qpic.cn\/*" ], "web_accessible_resources": [ "icon.png" ] } |