Twitch Live Clock

The clock of the time when the past broadcasts on Twitch was live-streamed

Hvad er Twitch Live Clock?

Twitch Live Clock er en Chrome-udvidelse udviklet af YaaMaa, og dens hovedfunktion er "The clock of the time when the past broadcasts on Twitch was live-streamed".

Udvidelsesskærmbilleder

screenshot

Download Twitch Live Clock-udvidelses-CRX-fil

Download Twitch Live Clock-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This extension displays the time when the past broadcasts on Twitch was actually being live-streamed.

It uses the browser’s time zone, not the streamer’s time zone.                    

Grundlæggende oplysninger om udvidelsen

Navn Twitch Live Clock Twitch Live Clock
ID ieglaglfpddaaibpbafbbbikjpdkhgfi
Officiel URL https://chromewebstore.google.com/detail/twitch-live-clock/ieglaglfpddaaibpbafbbbikjpdkhgfi
Beskrivelse The clock of the time when the past broadcasts on Twitch was live-streamed
Filstørrelse 16.11 KB
Antal Installationer 2,000
Nuværende Version 1.0.1
Senest Opdateret 2022-05-17
Udgivelsesdato 2022-02-14
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler YaaMaa
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.1",
    "icons": {
        "16": "\/images\/icon128.png",
        "32": "\/images\/icon128.png",
        "48": "\/images\/icon128.png",
        "128": "\/images\/icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "\/images\/icon16.png",
            "32": "\/images\/icon32.png",
            "48": "\/images\/icon48.png",
            "128": "\/images\/icon128.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "css": [],
            "js": [
                "contentScript.js"
            ]
        }
    ]
}