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."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ 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 :)                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ 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"
}