Time Viewer for YouTube Live

Chrome Extension for Viewing Time on YouTube Live.

What is Time Viewer for YouTube Live?

Time Viewer for YouTube Live is a Chrome extension developed by https://fiahfy.blogspot.com, and its main feature is "Chrome Extension for Viewing Time on YouTube Live.".

Extension Screenshots

screenshot
screenshot

Download Time Viewer for YouTube Live Extension CRX File

Download Time Viewer for YouTube Live 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

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

Extension Basic Information

Name Time Viewer for YouTube Live Time Viewer for YouTube Live
ID cnllmiliafeacdmlngaofjpjaljoolpc
Official URL https://chromewebstore.google.com/detail/time-viewer-for-youtube-l/cnllmiliafeacdmlngaofjpjaljoolpc
Description Chrome Extension for Viewing Time on YouTube Live.
File Size 25.52 KB
Installation Count 249
Current Version 0.0.6
Last Updated 2023-01-01
Publish Date 2021-06-21
Rating 4.67/5 Total 3 Ratings
Developer https://fiahfy.blogspot.com
Email [email protected]
Payment Type free
Supported Languages 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"
}