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.
¿Qué es Loots Auto-Clicker for Twitch.tv?
Loots Auto-Clicker for Twitch.tv es una extensión de Chrome desarrollada por nifrez, y su función principal es "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.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Loots Auto-Clicker for Twitch.tv
Descarga archivos de extensión Loots Auto-Clicker for Twitch.tv en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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 )
Información Básica de la Extensión
Nombre | |
ID | oahckodbhnefljdmaakhppjbipflnnfb |
URL Oficial | https://chrome.google.com/webstore/detail/loots-auto-clicker-for-tw/oahckodbhnefljdmaakhppjbipflnnfb |
Descripción | 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. |
Tamaño del Archivo | 32.11 KB |
Cantidad de Instalaciones | 400 |
Versión Actual | 0.0.0.4 |
Última Actualización | 2017-06-17 |
Fecha de Publicación | 2017-06-17 |
Calificación | 4.24/5 Total de 17 Calificaciones |
Desarrollador | nifrez |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://twitch.tv/fefek |
URL de la Página de Ayuda | https://twitch.tv/fefek |
Idiomas Soportados | 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" ] } |