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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
喜欢的主播被别的台挖走了? 别担心, 安装了这个插件就能同时查看多个直播网站的订阅主播. 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 |
이메일 | [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" ] } |