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 |
| 官方網址 | 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"
}
}
} | |