Loots Auto-Clicker for Twitch.tv
Helps people unable to click on loots.com links in discovering their offers. Opens each link in new tab and closes it after a while.
Что такое Loots Auto-Clicker for Twitch.tv?
Loots Auto-Clicker for Twitch.tv - это расширение Chrome, разработанное nifrez, и его основная функция - "Helps people unable to click on loots.com links in discovering their offers. Opens each link in new tab and closes it after a while.".
Снимки экрана расширения
Скачать файл CRX расширения Loots Auto-Clicker for Twitch.tv
Скачайте файлы расширений Loots Auto-Clicker for Twitch.tv в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Helps people unable to click on loots.com links in discovering their offers. Opens each link in new tab and closes it after a while. Authors: Fefek ( https://twitch.tv/fefek ) Nifrez ( https://twitch.tv/nifrez )
Основная информация о расширении
Название | |
ID | oahckodbhnefljdmaakhppjbipflnnfb |
Официальный URL | https://chrome.google.com/webstore/detail/loots-auto-clicker-for-tw/oahckodbhnefljdmaakhppjbipflnnfb |
Описание | Helps people unable to click on loots.com links in discovering their offers. Opens each link in new tab and closes it after a while. |
Размер файла | 32.11 KB |
Количество установок | 400 |
Текущая Версия | 0.0.0.4 |
Последнее Обновление | 2017-06-17 |
Дата публикации | 2017-06-17 |
Рейтинг | 4.24/5 Всего 17 оценок |
Разработчик | nifrez |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://twitch.tv/fefek |
URL страницы помощи | https://twitch.tv/fefek |
Поддерживаемые языки | pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Nifrez & Fefek", "name": "Loots Auto-Clicker for Twitch.tv", "homepage_url": "https:\/\/twitch.tv\/fefek", "short_name": "Loots Auto-Clicker", "description": "Helps people unable to click on loots.com links in discovering their offers. Opens each link in new tab and closes it after a while.", "version": "0.0.0.4", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_icon": [], "default_title": "Loots Auto-Clicker: Inactive" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "jquery-3.1.1.slim.min.js", "main.js" ], "css": [], "exclude_globs": [ "https:\/\/www.twitch.tv\/directory\/*", "https:\/\/www.twitch.tv\/p\/*", "https:\/\/www.twitch.tv\/products\/*", "https:\/\/www.twitch.tv\/*\/manager*", "https:\/\/www.twitch.tv\/*\/dashboard", "https:\/\/www.twitch.tv\/broadcast", "https:\/\/www.twitch.tv\/messages\/*", "https:\/\/www.twitch.tv\/settings" ], "run_at": "document_end" } ], "permissions": [ "activeTab", "tabs" ] } |