ShroomMod Moderation Helper

Moderation helper extension for twitch creative streams.

什么是ShroomMod Moderation Helper?

ShroomMod Moderation Helper是由sanastrodev开发的Chrome扩展程序,该扩展的主要功能是“Moderation helper extension for twitch creative streams.”。

扩展截图

screenshot

下载ShroomMod Moderation Helper扩展crx文件

下载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 :)                    

扩展基本信息

名称 ShroomMod Moderation Helper ShroomMod Moderation Helper
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"
}