ShroomMod Moderation Helper

Moderation helper extension for twitch creative streams.

ShroomMod Moderation Helper là gì?

ShroomMod Moderation Helper là một tiện ích mở rộng Chrome được phát triển bởi sanastrodev, và tính năng chính của nó là "Moderation helper extension for twitch creative streams.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ShroomMod Moderation Helper

Tải xuống các tệp mở rộng ShroomMod Moderation Helper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ShroomMod Moderation Helper ShroomMod Moderation Helper
ID iaeeapombkppaknpcjknnoaplooopcob
URL Chính Thức https://chrome.google.com/webstore/detail/iaeeapombkppaknpcjknnoaplooopcob
Mô tả Moderation helper extension for twitch creative streams.
Kích Thước Tệp 141 KB
Số Lần Cài Đặt 38
Phiên Bản Hiện Tại 1.1.10
Cập Nhật Lần Cuối 2021-10-31
Ngày Phát Hành 2019-04-09
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển sanastrodev
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
}