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”。
扩展截图
下载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. 扩展基本信息
| 名称 | |
| ID | ieglaglfpddaaibpbafbbbikjpdkhgfi |
| 官方URL | 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"
]
}
]
} | |