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.
Cos'è Loots Auto-Clicker for Twitch.tv?
Loots Auto-Clicker for Twitch.tv è un'estensione di Chrome sviluppata da nifrez, e la sua funzione principale è "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.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Loots Auto-Clicker for Twitch.tv
Scarica i file di estensione Loots Auto-Clicker for Twitch.tv in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 )
Informazioni di Base sull'Estensione
Nome | |
ID | oahckodbhnefljdmaakhppjbipflnnfb |
URL Ufficiale | https://chrome.google.com/webstore/detail/loots-auto-clicker-for-tw/oahckodbhnefljdmaakhppjbipflnnfb |
Descrizione | 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. |
Dimensione del File | 32.11 KB |
Conteggio Installazioni | 400 |
Versione Corrente | 0.0.0.4 |
Ultimo Aggiornamento | 2017-06-17 |
Data di Pubblicazione | 2017-06-17 |
Valutazione | 4.24/5 Totale 17 Valutazioni |
Sviluppatore | nifrez |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://twitch.tv/fefek |
URL della Pagina di Aiuto | https://twitch.tv/fefek |
Lingue Supportate | 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" ] } |