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]

Wat is Live Helper?

Live Helper is een Chrome-extensie ontwikkeld door spacemeowx2, en de belangrijkste functie is "Help you see all followed live streaming in one page. Please feel free to contact me for any need. My email: [email protected]".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Live Helper

Download Live Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        喜欢的主播被别的台挖走了?  别担心, 安装了这个插件就能同时查看多个直播网站的订阅主播.
PS. 还有右下角弹框提醒你主播开播了哦~

使用方法: 注册, 登录直播网站, 然后在喜欢的主播点订阅.

更新日志:
0.08
初步增加多国语言支持
添加新选项: 是否显示缩略图

0.07
修复部分环境下乱码的问题

0.06
添加niconico和twitch的支持, 修复bug一枚

0.05
修复提醒设置无效的问题
PS.那段代码是我眼睛疲劳的时候写的...质量好差

0.04
增加选项页, 可设置是否弹出提示
增加全民TV的支持

0.03
增加了斗鱼的扩展关注列表功能
修改弹出页样式                    

Basisinformatie over de Extensie

Naam Live Helper Live Helper
ID kaiofkekiongfpgocmlpomimfnmcnfii
Officiële URL https://chromewebstore.google.com/detail/live-helper/kaiofkekiongfpgocmlpomimfnmcnfii
Beschrijving Help you see all followed live streaming in one page. Please feel free to contact me for any need. My email: [email protected]
Bestandsgrootte 518 KB
Aantal Installaties 2,547
Huidige Versie 2.0.5
Laatst Bijgewerkt 2021-03-29
Publicatiedatum 2020-04-09
Beoordeling 4.70/5 Totaal 152 Beoordelingen
Ontwikkelaar spacemeowx2
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://github.com/spacemeowx2/LiveHelper/issues
Ondersteunde Talen 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"
    ]
}