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"
} | |