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 |
| Eメール | [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"
]
}
]
} | |