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 هو إضافة Chrome تم تطويرها بواسطة spacemeowx2، والميزة الرئيسية لها هي "Help you see all followed live streaming in one page. Please feel free to contact me for any need. My email: [email protected]".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Live Helper
قم بتنزيل ملفات الامتداد Live Helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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" ] } |