Moderator
Helps to moderate Twitch's chat making it less toxic
What is Moderator?
Moderator is a Chrome extension developed by Dreazz, and its main feature is "Helps to moderate Twitch's chat making it less toxic".
Extension Screenshots
Download Moderator Extension CRX File
Download Moderator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension is meant to help streaming platforms become less toxic as the number of streamers and viewers who suffer from toxicity is growing.
Extension Basic Information
Name | Moderator |
ID | cdmpccbopnadobfkhpknlkcpoellhglm |
Official URL | https://chromewebstore.google.com/detail/moderator/cdmpccbopnadobfkhpknlkcpoellhglm |
Description | Helps to moderate Twitch's chat making it less toxic |
File Size | 14.42 KB |
Installation Count | 27 |
Current Version | 0.0.0.1 |
Last Updated | 2021-02-24 |
Publish Date | 2021-02-24 |
Developer | Dreazz |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Moderator", "version": "0.0.0.1", "description": "Helps to moderate Twitch's chat making it less toxic", "manifest_version": 2, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "script.js" ] } ], "icons": { "16": "16.png", "48": "48.png", "128": "128.png" } } |