Twitch Auto Looter
Twitch Auto Channel points looter!
Что такое Twitch Auto Looter?
Twitch Auto Looter - это расширение Chrome, разработанное C4LLZ, и его основная функция - "Twitch Auto Channel points looter!".
Снимки экрана расширения
Скачать файл CRX расширения Twitch Auto Looter
Скачайте файлы расширений Twitch Auto Looter в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension is a auto looter for Twitch's Channel points. Features - Ability to be AFK and still get channel points. - Focus on the content you are watching without getting disturbed. - Multiple stream support. If you have any issues please contact me on my Github page or send me an email. Github : https://github.com/C4LLZ/TwitchLooter/issues Email : [email protected]
Основная информация о расширении
Название | Twitch Auto Looter |
ID | lfaegjjpmoccjblndpnlgkkaikkcjhhi |
Официальный URL | https://chromewebstore.google.com/detail/twitch-auto-looter/lfaegjjpmoccjblndpnlgkkaikkcjhhi |
Описание | Twitch Auto Channel points looter! |
Размер файла | 88.43 KB |
Количество установок | 4,958 |
Текущая Версия | 2.0.0 |
Последнее Обновление | 2020-12-21 |
Дата публикации | 2020-02-17 |
Рейтинг | 4.20/5 Всего 5 оценок |
Разработчик | C4LLZ |
Электронная почта | [email protected] |
Тип оплаты | free |
Поддерживаемые языки | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Auto Looter", "version": "2.0.0", "description": "Twitch Auto Channel points looter!", "icons": { "128": "icon.png" }, "permissions": [ "https:\/\/*.twitch.tv\/*" ], "short_name": "Twitch Looter", "browser_action": { "default_icon": "icon.png", "default_title": "Twitch Auto Looter" }, "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "js": [ "main.js", "jquery-3.3.1.min.js", "notify.min.js" ], "run_at": "document_end" } ] } |