Time Viewer for YouTube Live

Chrome Extension for Viewing Time on YouTube Live.

Time Viewer for YouTube Liveとは何ですか?

Time Viewer for YouTube Liveはhttps://fiahfy.blogspot.comによって開発されたChromeの拡張機能で、その主な機能は「Chrome Extension for Viewing Time on YouTube Live.」です。

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

screenshot
screenshot

Time Viewer for YouTube Live拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        - Display video publishing time.
- Display time on seek bar and chat.                    

拡張機能の基本情報

名前 Time Viewer for YouTube Live Time Viewer for YouTube Live
ID cnllmiliafeacdmlngaofjpjaljoolpc
公式URL https://chromewebstore.google.com/detail/time-viewer-for-youtube-l/cnllmiliafeacdmlngaofjpjaljoolpc
説明 Chrome Extension for Viewing Time on YouTube Live.
ファイルサイズ 25.52 KB
インストール数 249
現在のバージョン 0.0.6
最終更新日 2023-01-01
公開日 2021-06-21
評価 4.67/5 合計 3 レビュー
開発者 https://fiahfy.blogspot.com
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "icons": {
        "128": "icon.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.youtube.com\/*"
            ],
            "all_frames": false,
            "js": [
                "content-script.js"
            ],
            "css": [
                "content-script.css"
            ]
        },
        {
            "run_at": "document_start",
            "matches": [
                "https:\/\/www.youtube.com\/live_chat_replay*"
            ],
            "all_frames": true,
            "js": [
                "content-script-frame.js"
            ],
            "css": [
                "content-script-frame.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*"
    ],
    "name": "Time Viewer for YouTube Live",
    "description": "Chrome Extension for Viewing Time on YouTube Live.",
    "version": "0.0.6"
}