twitch chat monitor
Twitch live stream's chat filter by user app.
Cos'è twitch chat monitor?
twitch chat monitor è un'estensione di Chrome sviluppata da merturl, e la sua funzione principale è "Twitch live stream's chat filter by user app.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione twitch chat monitor
Scarica i file di estensione twitch chat monitor in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
트위치 실시간 방송 유저 채팅 필터링 프로그램 실시간 방송에 참여중인 특정 유저의 채팅만 골라서 볼 수 있습니다.
Informazioni di Base sull'Estensione
Nome | twitch chat monitor |
ID | mfghggmmodnemmnjijnmgekbpkeldpji |
URL Ufficiale | https://chromewebstore.google.com/detail/twitch-chat-monitor/mfghggmmodnemmnjijnmgekbpkeldpji |
Descrizione | Twitch live stream's chat filter by user app. |
Dimensione del File | 129 KB |
Conteggio Installazioni | 25 |
Versione Corrente | 0.1.0 |
Ultimo Aggiornamento | 2021-10-07 |
Data di Pubblicazione | 2021-10-07 |
Sviluppatore | merturl |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "twitch chat monitor", "description": "Twitch live stream's chat filter by user app.", "version": "0.1.0", "manifest_version": 2, "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "persistent": false, "scripts": [ "background.js" ] }, "browser_action": { "default_title": "twitch chat monitor" }, "web_accessible_resources": [ "index.html" ] } |