Moderator
Helps to moderate Twitch's chat making it less toxic
Moderatorとは何ですか?
ModeratorはDreazzによって開発されたChromeの拡張機能で、その主な機能は「Helps to moderate Twitch's chat making it less toxic」です。
拡張機能のスクリーンショット
Moderator拡張機能のCRXファイルをダウンロード
Moderator拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension is meant to help streaming platforms become less toxic as the number of streamers and viewers who suffer from toxicity is growing. 拡張機能の基本情報
| 名前 | |
| ID | cdmpccbopnadobfkhpknlkcpoellhglm |
| 公式URL | https://chromewebstore.google.com/detail/moderator/cdmpccbopnadobfkhpknlkcpoellhglm |
| 説明 | Helps to moderate Twitch's chat making it less toxic |
| ファイルサイズ | 14.42 KB |
| インストール数 | 27 |
| 現在のバージョン | 0.0.0.1 |
| 最終更新日 | 2021-02-24 |
| 公開日 | 2021-02-24 |
| 開発者 | Dreazz |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Moderator",
"version": "0.0.0.1",
"description": "Helps to moderate Twitch's chat making it less toxic",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/www.twitch.tv\/*"
],
"js": [
"script.js"
]
}
],
"icons": {
"16": "16.png",
"48": "48.png",
"128": "128.png"
}
} | |