ShroomMod Moderation Helper
Moderation helper extension for twitch creative streams.
Что такое ShroomMod Moderation Helper?
ShroomMod Moderation Helper - это расширение Chrome, разработанное sanastrodev, и его основная функция - "Moderation helper extension for twitch creative streams.".
Снимки экрана расширения
Скачать файл CRX расширения ShroomMod Moderation Helper
Скачайте файлы расширений ShroomMod Moderation Helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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" } |