Twitch Anti-Ban
Automatically opens a proxy stream & chat if you are banned in a channel.
什麼是Twitch Anti-Ban?
Twitch Anti-Ban是由Rayner開發的Chrome擴展程式,該擴展的主要功能是“Automatically opens a proxy stream & chat if you are banned in a channel.”。
擴展截圖
下載Twitch Anti-Ban擴展crx文件
下載Twitch Anti-Ban擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Supports BTTV/7TV emotes.
You won't be able to send messages, but you'll still be able to read chat and watch the stream. 擴展基本資訊
| 名稱 | |
| ID | ipnllhnoiiclnoonckahfcpahgehgdgb |
| 官方網址 | https://chromewebstore.google.com/detail/twitch-anti-ban/ipnllhnoiiclnoonckahfcpahgehgdgb |
| 簡介 | Automatically opens a proxy stream & chat if you are banned in a channel. |
| 檔案大小 | 201 KB |
| 安裝次數 | 13,796 |
| 目前版本 | 3.4 |
| 更新時間 | 2024-02-25 |
| 上架時間 | 2020-07-14 |
| 評分 | 4.21/5 共 106 次評分 |
| 開發者 | Rayner |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/tmarenko/twitch_chat_antiban |
| 說明頁面URL | https://github.com/tmarenko/twitch_chat_antiban |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"author": "Timofei Marenko",
"action": {
"default_icon": {
"16": "images\/icon16.png",
"24": "images\/icon24.png",
"32": "images\/icon32.png"
},
"default_popup": "popup.html"
},
"content_scripts": [
{
"css": [
"styles.css"
],
"js": [
"hls.min.js",
"jquery.min.js",
"proxy-chat.js",
"proxy-stream.js",
"reconnecting-websocket.min.js",
"utils.js",
"content.js"
],
"matches": [
"*:\/\/*.twitch.tv\/*"
],
"all_frames": true,
"run_at": "document_end"
}
],
"permissions": [
"storage"
],
"description": "Automatically opens a proxy stream & chat if you are banned in a channel.",
"icons": {
"128": "images\/icon128.png",
"16": "images\/icon16.png",
"48": "images\/icon48.png"
},
"manifest_version": 3,
"name": "Twitch Anti-Ban",
"version": "3.4"
} | |