Twitch Live Clock
The clock of the time when the past broadcasts on Twitch was live-streamed
¿Qué es Twitch Live Clock?
Twitch Live Clock es una extensión de Chrome desarrollada por YaaMaa, y su función principal es "The clock of the time when the past broadcasts on Twitch was live-streamed".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Twitch Live Clock
Descarga archivos de extensión Twitch Live Clock en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Twitch Live Clock |
ID | ieglaglfpddaaibpbafbbbikjpdkhgfi |
URL Oficial | https://chromewebstore.google.com/detail/twitch-live-clock/ieglaglfpddaaibpbafbbbikjpdkhgfi |
Descripción | The clock of the time when the past broadcasts on Twitch was live-streamed |
Tamaño del Archivo | 16.11 KB |
Cantidad de Instalaciones | 2,000 |
Versión Actual | 1.0.1 |
Última Actualización | 2022-05-17 |
Fecha de Publicación | 2022-02-14 |
Calificación | 5.00/5 Total de 6 Calificaciones |
Desarrollador | YaaMaa |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" ] } ] } |