Twitch Bot list
Shows twitch bots in different color.
什么是Twitch Bot list?
Twitch Bot list是由GiraffeSummer开发的Chrome扩展程序,该扩展的主要功能是“Shows twitch bots in different color.”。
扩展截图
下载Twitch Bot list扩展crx文件
下载Twitch Bot list扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This add-on will change the colour of known twitch bots so you can tell who is a bot. 扩展基本信息
| 名称 | |
| ID | ofajeflbcbafcbeglpmcodedeieocnpk |
| 官方URL | https://chromewebstore.google.com/detail/twitch-bot-list/ofajeflbcbafcbeglpmcodedeieocnpk |
| 简介 | Shows twitch bots in different color. |
| 文件大小 | 17.69 KB |
| 安装次数 | 155 |
| 当前版本 | 1.1 |
| 更新时间 | 2020-12-28 |
| 上架时间 | 2020-12-28 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | GiraffeSummer |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-GB |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Twitch Bot list",
"version": "1.1",
"description": "Shows twitch bots in different color.",
"content_scripts": [
{
"matches": [
"*:\/\/www.twitch.tv\/*"
],
"js": [
"content.js"
]
}
],
"icons": {
"256": "icons\/icon350.png",
"48": "icons\/icon350.png"
},
"browser_specific_settings": {
"gecko": {
"id": "[email protected]"
}
},
"browser_action": {
"default_icon": {
"256": "icons\/icon350.png"
}
}
} | |