みんなよう見とる

YouTubeのチャットから設定したアカウントの発言を拾って通知

What is みんなよう見とる?

みんなよう見とる is a Chrome extension developed by clngn, and its main feature is "YouTubeのチャットから設定したアカウントの発言を拾って通知".

Extension Screenshots

screenshot

Download みんなよう見とる Extension CRX File

Download みんなよう見とる extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        YouTubeのチャット欄で、設定したユーザがコメントした際に通知するChrome拡張です。

インストール時には通知したいユーザのチャンネル名は未入力の状態となっているので、必要に応じて設定してください。
なお、配信されている方や他の視聴者の方の迷惑にならないよう、節度を持ってご利用ください。

リリースノート
https://github.com/clngn/vtuber-comment-extension/releases

なにかあればTwitter(@clngn)か https://github.com/clngn/vtuber-comment-extension/issues まで。                    

Extension Basic Information

Name みんなよう見とる みんなよう見とる
ID jemjppnfnbmdlnpndcmpcjgmkmkbiall
Official URL https://chromewebstore.google.com/detail/%E3%81%BF%E3%82%93%E3%81%AA%E3%82%88%E3%81%86%E8%A6%8B%E3%81%A8%E3%82%8B/jemjppnfnbmdlnpndcmpcjgmkmkbiall
Description YouTubeのチャットから設定したアカウントの発言を拾って通知
File Size 14.59 KB
Installation Count 5,922
Current Version 0.9
Last Updated 2019-09-09
Publish Date 2019-09-08
Rating 4.84/5 Total 56 Ratings
Developer clngn
Email [email protected]
Payment Type free
Supported Languages ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u307f\u3093\u306a\u3088\u3046\u898b\u3068\u308b",
    "version": "0.9",
    "description": "YouTube\u306e\u30c1\u30e3\u30c3\u30c8\u304b\u3089\u8a2d\u5b9a\u3057\u305f\u30a2\u30ab\u30a6\u30f3\u30c8\u306e\u767a\u8a00\u3092\u62fe\u3063\u3066\u901a\u77e5",
    "permissions": [
        "storage",
        "notifications"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "run_at": "document_end",
            "all_frames": true,
            "matches": [
                "https:\/\/*.youtube.com\/live_chat*",
                "https:\/\/gaming.youtube.com\/watch*",
                "https:\/\/gaming.youtube.com\/channel\/*\/live"
            ],
            "js": [
                "watch.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/code.getmdl.io\/; object-src 'self'",
    "manifest_version": 2
}