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]
What is Live Helper?
Live Helper is a Chrome extension developed by spacemeowx2, and its main feature is "Help you see all followed live streaming in one page. Please feel free to contact me for any need. My email: [email protected]".
Extension Screenshots
Download Live Helper Extension CRX File
Download Live Helper 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
喜欢的主播被别的台挖走了? 别担心, 安装了这个插件就能同时查看多个直播网站的订阅主播. PS. 还有右下角弹框提醒你主播开播了哦~ 使用方法: 注册, 登录直播网站, 然后在喜欢的主播点订阅. 更新日志: 0.08 初步增加多国语言支持 添加新选项: 是否显示缩略图 0.07 修复部分环境下乱码的问题 0.06 添加niconico和twitch的支持, 修复bug一枚 0.05 修复提醒设置无效的问题 PS.那段代码是我眼睛疲劳的时候写的...质量好差 0.04 增加选项页, 可设置是否弹出提示 增加全民TV的支持 0.03 增加了斗鱼的扩展关注列表功能 修改弹出页样式
Extension Basic Information
Name | Live Helper |
ID | kaiofkekiongfpgocmlpomimfnmcnfii |
Official URL | https://chromewebstore.google.com/detail/live-helper/kaiofkekiongfpgocmlpomimfnmcnfii |
Description | Help you see all followed live streaming in one page. Please feel free to contact me for any need. My email: [email protected] |
File Size | 518 KB |
Installation Count | 2,547 |
Current Version | 2.0.5 |
Last Updated | 2021-03-29 |
Publish Date | 2020-04-09 |
Rating | 4.70/5 Total 152 Ratings |
Developer | spacemeowx2 |
[email protected] | |
Payment Type | free |
Help Page URL | https://github.com/spacemeowx2/LiveHelper/issues |
Supported Languages | 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" ] } |