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
Eメール [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'"
}