ShroomMod Moderation Helper
Moderation helper extension for twitch creative streams.
What is ShroomMod Moderation Helper?
ShroomMod Moderation Helper is a Chrome extension developed by sanastrodev, and its main feature is "Moderation helper extension for twitch creative streams.".
Extension Screenshots
Download ShroomMod Moderation Helper Extension CRX File
Download ShroomMod Moderation Helper 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 made for moderators of the twitch creative community. It offers basic moderation tools (ban/timeout) and additional features for moderating streams. The "translate" feature allows moderators to translate text into English. Song requests can be easily added to the song queue. #twitch #creative #shroomsquad #shroom :)
Extension Basic Information
Name | |
ID | iaeeapombkppaknpcjknnoaplooopcob |
Official URL | https://chrome.google.com/webstore/detail/iaeeapombkppaknpcjknnoaplooopcob |
Description | Moderation helper extension for twitch creative streams. |
File Size | 141 KB |
Installation Count | 38 |
Current Version | 1.1.10 |
Last Updated | 2021-10-31 |
Publish Date | 2019-04-09 |
Rating | 5.00/5 Total 2 Ratings |
Developer | sanastrodev |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "css": [ ".\/ctx\/jquery.contextMenu.css", "shroommod.css" ], "js": [ "jquery.js", "shroom_mod.js", ".\/ctx\/jquery.contextMenu.js" ], "matches": [ "https:\/\/www.twitch.tv\/*", "https:\/\/go.twitch.tv\/*" ] } ], "web_accessible_resources": [ "icon_translate.png", "icon_adddonation.png", "icon_edit.png", "icon_banhammer.png", "icon_timeout.png", "icon_unban.png" ], "description": "Moderation helper extension for twitch creative streams.", "icons": { "48": "icon48x48.png", "128": "icon128x128.png" }, "background": { "scripts": [ "shroommod_background.js" ], "persistent": false }, "manifest_version": 2, "name": "ShroomMod Moderation Helper", "short_name": "ShroomMod", "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "https:\/\/translate.google.com\/translate*", "https:\/\/www.bing.com\/*" ], "version": "1.1.10" } |