Time Viewer for YouTube Live

Chrome Extension for Viewing Time on YouTube Live.

Qu'est-ce que Time Viewer for YouTube Live ?

Time Viewer for YouTube Live est une extension Chrome développée par https://fiahfy.blogspot.com, et sa fonction principale est "Chrome Extension for Viewing Time on YouTube Live.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Time Viewer for YouTube Live

Téléchargez les fichiers d'extension Time Viewer for YouTube Live au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Time Viewer for YouTube Live Time Viewer for YouTube Live
ID cnllmiliafeacdmlngaofjpjaljoolpc
URL Officiel https://chromewebstore.google.com/detail/time-viewer-for-youtube-l/cnllmiliafeacdmlngaofjpjaljoolpc
Description Chrome Extension for Viewing Time on YouTube Live.
Taille du Fichier 25.52 KB
Nombre d'Installations 249
Version Actuelle 0.0.6
Dernière Mise à Jour 2023-01-01
Date de Publication 2021-06-21
Évaluation 4.67/5 Total 3 Évaluations
Développeur https://fiahfy.blogspot.com
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}