Twitch Live Clock

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

Twitch Live Clock là gì?

Twitch Live Clock là một tiện ích mở rộng Chrome được phát triển bởi YaaMaa, và tính năng chính của nó là "The clock of the time when the past broadcasts on Twitch was live-streamed".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Twitch Live Clock

Tải xuống các tệp mở rộng Twitch Live Clock dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Twitch Live Clock Twitch Live Clock
ID ieglaglfpddaaibpbafbbbikjpdkhgfi
URL Chính Thức https://chromewebstore.google.com/detail/twitch-live-clock/ieglaglfpddaaibpbafbbbikjpdkhgfi
Mô tả The clock of the time when the past broadcasts on Twitch was live-streamed
Kích Thước Tệp 16.11 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-05-17
Ngày Phát Hành 2022-02-14
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển YaaMaa
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}