Twitch Anti-Ban
Automatically opens a proxy stream & chat if you are banned in a channel.
Twitch Anti-Banคืออะไร?
Twitch Anti-Ban เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Rayner และคุณลักษณะหลักของมันคือ "Automatically opens a proxy stream & chat if you are banned in a channel."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Twitch Anti-Ban
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
| URL อย่างเป็นทางการ | 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"
} | |