Youtube Live Checker

Check YouTube Live and New Videos in Subscriptions.

什么是Youtube Live Checker?

Youtube Live Checker是由http://terminalhouse.com开发的Chrome扩展程序,该扩展的主要功能是“Check YouTube Live and New Videos in Subscriptions.”。

扩展截图

screenshot
screenshot

下载Youtube Live Checker扩展crx文件

下载Youtube Live Checker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Press this button to check onair channels and new videos. And you can also notify them.

*This app was translated into English using Google Translate.
If I did a strange translation, it would be helpful to report it with the correct translation.
I will fix it as soon as possible.                    

扩展基本信息

名称 Youtube Live Checker Youtube Live Checker
ID jghnkkomfecnakafbmnbeahjbefdonjo
官方URL https://chrome.google.com/webstore/detail/youtube-live-checker/jghnkkomfecnakafbmnbeahjbefdonjo
简介 Check YouTube Live and New Videos in Subscriptions.
文件大小 88.97 KB
安装次数 2,473
当前版本 0.0.1.6
更新时间 2020-11-04
上架时间 2020-06-22
评分 4.33/5 共9次评分
开发者 http://terminalhouse.com
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL http://https
支持的语言 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1.6",
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    },
    "background": {
        "scripts": [
            "js\/jquery-3.2.1.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Youtube Live Checker",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon\/icon16.png"
        }
    },
    "permissions": [
        "https:\/\/www.youtube.com\/",
        "alarms",
        "idle",
        "storage",
        "notifications"
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}