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
官方網址 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'"
}