Twitch Live Clock

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

什麼是Twitch Live Clock?

Twitch Live Clock是由YaaMaa開發的Chrome擴展程式,該擴展的主要功能是“The clock of the time when the past broadcasts on Twitch was live-streamed”。

擴展截圖

screenshot

下載Twitch Live Clock擴展crx文件

下載Twitch Live Clock擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Twitch Live Clock Twitch Live Clock
ID ieglaglfpddaaibpbafbbbikjpdkhgfi
官方網址 https://chromewebstore.google.com/detail/twitch-live-clock/ieglaglfpddaaibpbafbbbikjpdkhgfi
簡介 The clock of the time when the past broadcasts on Twitch was live-streamed
檔案大小 16.11 KB
安裝次數 2,000
目前版本 1.0.1
更新時間 2022-05-17
上架時間 2022-02-14
評分 5.00/5 共 6 次評分
開發者 YaaMaa
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
            ]
        }
    ]
}