ShroomMod Moderation Helper

Moderation helper extension for twitch creative streams.

Was ist ShroomMod Moderation Helper?

ShroomMod Moderation Helper ist eine Chrome-Erweiterung, die von sanastrodev entwickelt wurde, und ihr Hauptmerkmal ist "Moderation helper extension for twitch creative streams.".

Erweiterungsscreenshots

screenshot

ShroomMod Moderation Helper-Erweiterungs-CRX-Datei herunterladen

Laden Sie ShroomMod Moderation Helper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name ShroomMod Moderation Helper ShroomMod Moderation Helper
ID iaeeapombkppaknpcjknnoaplooopcob
Offizielle URL https://chrome.google.com/webstore/detail/iaeeapombkppaknpcjknnoaplooopcob
Beschreibung Moderation helper extension for twitch creative streams.
Dateigröße 141 KB
Installationsanzahl 38
Aktuelle Version 1.1.10
Letztes Update 2021-10-31
Veröffentlichungsdatum 2019-04-09
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler sanastrodev
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}