youtube_chat_pinner

A Youtube chat of moderater pin on chat window.

What is youtube_chat_pinner?

youtube_chat_pinner is a Chrome extension developed by shacchin, and its main feature is "A Youtube chat of moderater pin on chat window.".

Extension Screenshots

screenshot

Download youtube_chat_pinner Extension CRX File

Download youtube_chat_pinner 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の配信や配信アーカイブでスパナ付きコメント時、そのコメントをチャット欄上部に固定します。
固定を解除したい時はコメントをクリックしてください。

Vtuberの配信に他のVtuberが来た時に、コメントが流れてしまってどんなコメントをしたのか分からない……といったことがなくなります。                    

Extension Basic Information

Name youtube_chat_pinner youtube_chat_pinner
ID ckgpjgmdfgheojokphgdiohinmeciakf
Official URL https://chromewebstore.google.com/detail/youtubechatpinner/ckgpjgmdfgheojokphgdiohinmeciakf
Description A Youtube chat of moderater pin on chat window.
File Size 44.67 KB
Installation Count 403
Current Version 1.1.0
Last Updated 2020-08-05
Publish Date 2019-07-12
Rating 5.00/5 Total 2 Ratings
Developer shacchin
Email [email protected]
Payment Type free
Extension Website https://github.com/shacchin/youtube_chat_pinner
Supported Languages en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "short_name": "__MSG_appShortName__",
    "description": "__MSG_appDescription__",
    "version": "1.1.0",
    "manifest_version": 2,
    "default_locale": "ja",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "*:\/\/www.youtube.com\/watch?*",
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/watch?*"
            ],
            "css": [
                "css\/contentscript.css"
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "options_ui": {
        "page": "html\/options.html",
        "chrome_style": true,
        "open_in_tab": false
    }
}