Time Viewer for YouTube Live

Chrome Extension for Viewing Time on YouTube Live.

Apa itu Time Viewer for YouTube Live?

Time Viewer for YouTube Live adalah ekstensi Chrome yang dikembangkan oleh https://fiahfy.blogspot.com, dan fitur utamanya adalah "Chrome Extension for Viewing Time on YouTube Live.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Time Viewer for YouTube Live

Unduh file ekstensi Time Viewer for YouTube Live dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Time Viewer for YouTube Live Time Viewer for YouTube Live
ID cnllmiliafeacdmlngaofjpjaljoolpc
URL Resmi https://chromewebstore.google.com/detail/time-viewer-for-youtube-l/cnllmiliafeacdmlngaofjpjaljoolpc
Deskripsi Chrome Extension for Viewing Time on YouTube Live.
Ukuran File 25.52 KB
Jumlah Instalasi 249
Versi Saat Ini 0.0.6
Terakhir Diperbarui 2023-01-01
Tanggal Publikasi 2021-06-21
Penilaian 4.67/5 Total 3 Penilaian
Pengembang https://fiahfy.blogspot.com
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}