ShroomMod Moderation Helper

Moderation helper extension for twitch creative streams.

O que é ShroomMod Moderation Helper?

ShroomMod Moderation Helper é uma extensão do Chrome desenvolvida por sanastrodev, e sua principal característica é "Moderation helper extension for twitch creative streams.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão ShroomMod Moderation Helper

Baixe arquivos de extensão ShroomMod Moderation Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome ShroomMod Moderation Helper ShroomMod Moderation Helper
ID iaeeapombkppaknpcjknnoaplooopcob
URL Oficial https://chrome.google.com/webstore/detail/iaeeapombkppaknpcjknnoaplooopcob
Descrição Moderation helper extension for twitch creative streams.
Tamanho do Arquivo 141 KB
Contagem de Instalações 38
Versão Atual 1.1.10
Última Atualização 2021-10-31
Data de Publicação 2019-04-09
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor sanastrodev
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}