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.
Wat is Loots Auto-Clicker for Twitch.tv?
Loots Auto-Clicker for Twitch.tv is een Chrome-extensie ontwikkeld door nifrez, en de belangrijkste functie is "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.".
Extensie Screenshots
Download het CRX-bestand van de extensie Loots Auto-Clicker for Twitch.tv
Download Loots Auto-Clicker for Twitch.tv-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 )
Basisinformatie over de Extensie
Naam | |
ID | oahckodbhnefljdmaakhppjbipflnnfb |
Officiële URL | https://chrome.google.com/webstore/detail/loots-auto-clicker-for-tw/oahckodbhnefljdmaakhppjbipflnnfb |
Beschrijving | 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. |
Bestandsgrootte | 32.11 KB |
Aantal Installaties | 400 |
Huidige Versie | 0.0.0.4 |
Laatst Bijgewerkt | 2017-06-17 |
Publicatiedatum | 2017-06-17 |
Beoordeling | 4.24/5 Totaal 17 Beoordelingen |
Ontwikkelaar | nifrez |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://twitch.tv/fefek |
Help Pagina-URL | https://twitch.tv/fefek |
Ondersteunde Talen | 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" ] } |