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'est-ce que Loots Auto-Clicker for Twitch.tv ?
Loots Auto-Clicker for Twitch.tv est une extension Chrome développée par nifrez, et sa fonction principale est "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.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Loots Auto-Clicker for Twitch.tv
Téléchargez les fichiers d'extension Loots Auto-Clicker for Twitch.tv au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 )
Informations de Base sur l'Extension
Nom | |
ID | oahckodbhnefljdmaakhppjbipflnnfb |
URL Officiel | https://chrome.google.com/webstore/detail/loots-auto-clicker-for-tw/oahckodbhnefljdmaakhppjbipflnnfb |
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. |
Taille du Fichier | 32.11 KB |
Nombre d'Installations | 400 |
Version Actuelle | 0.0.0.4 |
Dernière Mise à Jour | 2017-06-17 |
Date de Publication | 2017-06-17 |
Évaluation | 4.24/5 Total 17 Évaluations |
Développeur | nifrez |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://twitch.tv/fefek |
URL de la Page d'Aide | https://twitch.tv/fefek |
Langues Prises en Charge | 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" ] } |