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."입니다.
확장 프로그램 스크린샷
ShroomMod Moderation Helper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 :)
확장 프로그램 기본 정보
이름 | |
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" } |