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 |
| 电子邮箱 | [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"
}
} | |