Filter Twitch Chat
Filter Twitch.tv Chat
Cos'è Filter Twitch Chat?
Filter Twitch Chat è un'estensione di Chrome sviluppata da VS.K, e la sua funzione principale è "Filter Twitch.tv Chat".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Filter Twitch Chat
Scarica i file di estensione Filter Twitch Chat 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 | |
ID | egddcipohidcbnihhlndnkgdckmndfbe |
URL Ufficiale | https://chrome.google.com/webstore/detail/filter-twitch-chat/egddcipohidcbnihhlndnkgdckmndfbe |
Descrizione | Filter Twitch.tv Chat |
Dimensione del File | 72.5 KB |
Conteggio Installazioni | 314 |
Versione Corrente | 2.1.0 |
Ultimo Aggiornamento | 2018-01-27 |
Data di Pubblicazione | 2018-01-27 |
Valutazione | 4.60/5 Totale 10 Valutazioni |
Sviluppatore | VS.K |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://blog.naver.com/dxkim08 |
URL della Pagina di Aiuto | http://blog.naver.com/dxkim08 |
Lingue Supportate | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Filter Twitch Chat", "description": "Filter Twitch.tv Chat", "version": "2.1.0", "browser_action": { "default_icon": "images\/icon19.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "64": "images\/icon64.png", "128": "images\/icon128.png" }, "content_scripts": [ { "js": [ "js\/jquery.js" ], "matches": [ "*:\/\/twitch.tv\/*", "*:\/\/*.twitch.tv\/*" ] } ], "permissions": [ "storage", "tabs", "*:\/\/*.twitch.tv\/*" ] } |