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ファイルをダウンロード
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 :)
拡張機能の基本情報
名前 | |
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 |
Eメール | [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" } |