Twitch Chess move filter
Hides chess moves and terms from Twitch chat
Wat is Twitch Chess move filter?
Twitch Chess move filter is een Chrome-extensie ontwikkeld door kuijvenhovenssj, en de belangrijkste functie is "Hides chess moves and terms from Twitch chat".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Chess move filter
Download Twitch Chess move filter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
An extension to hide chess moves and terms from Twitch chat. Useful for Chess streamers that don't want to get spoiled by their viewers. I decided to create this extension when I wanted to stream my chess games on Twitch.tv , but noticed people tend to post moves in the chat. This extension allows people to discuss the current position without ruining it for the streamer or anyone else with this plugin enabled. For issues or more information please visit the GitHub page: https://github.com/StephenKuijvenhoven/Twitch-Chess-Move-Filter
Basisinformatie over de Extensie
Naam | Twitch Chess move filter |
ID | ncdnlcgchccplihcjhkcieaebhkjkjof |
Officiële URL | https://chromewebstore.google.com/detail/twitch-chess-move-filter/ncdnlcgchccplihcjhkcieaebhkjkjof |
Beschrijving | Hides chess moves and terms from Twitch chat |
Bestandsgrootte | 27.19 KB |
Aantal Installaties | 19 |
Huidige Versie | 0.4.1 |
Laatst Bijgewerkt | 2022-07-10 |
Publicatiedatum | 2021-04-05 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | kuijvenhovenssj |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/StephenKuijvenhoven/Twitch-Chess-Move-Filter |
Help Pagina-URL | https://github.com/StephenKuijvenhoven/Twitch-Chess-Move-Filter/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Twitch Chess move filter", "version": "0.4.1", "description": "Hides chess moves and terms from Twitch chat", "action": { "default_popup": "options\/options.html" }, "permissions": [ "storage" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "js": [ "content.js" ], "css": [ "spoiler.css" ], "matches": [ "https:\/\/www.twitch.tv\/*" ] } ] } |