ShroomMod Moderation Helper
Moderation helper extension for twitch creative streams.
ShroomMod Moderation Helper क्या है?
ShroomMod Moderation Helper sanastrodev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Moderation helper extension for twitch creative streams."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में ShroomMod Moderation Helper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 :)
एक्सटेंशन की मूल जानकारी
नाम | |
ID | iaeeapombkppaknpcjknnoaplooopcob |
आधिकारिक URL | https://chrome.google.com/webstore/detail/iaeeapombkppaknpcjknnoaplooopcob |
विवरण | Moderation helper extension for twitch creative streams. |
फ़ाइल का आकार | 141 KB |
स्थापना संख्या | 38 |
वर्तमान संस्करण | 1.1.10 |
अंतिम अपडेट | 2021-10-31 |
प्रकाशन तिथि | 2019-04-09 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | sanastrodev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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" } |