Twitch Live Clock
The clock of the time when the past broadcasts on Twitch was live-streamed
O que é Twitch Live Clock?
Twitch Live Clock é uma extensão do Chrome desenvolvida por YaaMaa, e sua principal característica é "The clock of the time when the past broadcasts on Twitch was live-streamed".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitch Live Clock
Baixe arquivos de extensão Twitch Live Clock no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Twitch Live Clock |
ID | ieglaglfpddaaibpbafbbbikjpdkhgfi |
URL Oficial | https://chromewebstore.google.com/detail/twitch-live-clock/ieglaglfpddaaibpbafbbbikjpdkhgfi |
Descrição | The clock of the time when the past broadcasts on Twitch was live-streamed |
Tamanho do Arquivo | 16.11 KB |
Contagem de Instalações | 2,000 |
Versão Atual | 1.0.1 |
Última Atualização | 2022-05-17 |
Data de Publicação | 2022-02-14 |
Classificação | 5.00/5 Total de 6 Avaliações |
Desenvolvedor | YaaMaa |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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" ] } ] } |