YouTube sticky player

You can read comments while watching the video for YouTube.

YouTube sticky playerとは何ですか?

YouTube sticky playerはcelclowによって開発されたChromeの拡張機能で、その主な機能は「You can read comments while watching the video for YouTube.」です。

拡張機能のスクリーンショット

screenshot

YouTube sticky player拡張機能のCRXファイルをダウンロード

YouTube sticky player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Click the icon on the YouTube player to fix the player. You can scroll down to read the comments while watching the video.                    

拡張機能の基本情報

名前 YouTube sticky player YouTube sticky player
ID fgohjopebdeegkkcmmenfghfhkedggfm
公式URL https://chromewebstore.google.com/detail/youtube-sticky-player/fgohjopebdeegkkcmmenfghfhkedggfm
説明 You can read comments while watching the video for YouTube.
ファイルサイズ 11.41 KB
インストール数 217
現在のバージョン 1.1.5
最終更新日 2023-10-01
公開日 2020-05-21
評価 4.40/5 合計 5 レビュー
開発者 celclow
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/celclow/youtube-sticky-player
ヘルプページのURL https://github.com/celclow/youtube-sticky-player
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "YouTube sticky player",
    "version": "1.1.5",
    "manifest_version": 3,
    "description": "__MSG_ext_desc__",
    "default_locale": "en",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "js": [
                "youtube_sticky_player.js"
            ],
            "css": [
                "youtube_sticky_player.css"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon\/icon16.png",
        "48": "icon\/icon48.png",
        "128": "icon\/icon128.png"
    }
}