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.
Was ist Loots Auto-Clicker for Twitch.tv?
Loots Auto-Clicker for Twitch.tv ist eine Chrome-Erweiterung, die von nifrez entwickelt wurde, und ihr Hauptmerkmal ist "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.".
Erweiterungsscreenshots
Loots Auto-Clicker for Twitch.tv-Erweiterungs-CRX-Datei herunterladen
Laden Sie Loots Auto-Clicker for Twitch.tv-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 )
Grundlegende Informationen zur Erweiterung
Name | |
ID | oahckodbhnefljdmaakhppjbipflnnfb |
Offizielle URL | https://chrome.google.com/webstore/detail/loots-auto-clicker-for-tw/oahckodbhnefljdmaakhppjbipflnnfb |
Beschreibung | 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. |
Dateigröße | 32.11 KB |
Installationsanzahl | 400 |
Aktuelle Version | 0.0.0.4 |
Letztes Update | 2017-06-17 |
Veröffentlichungsdatum | 2017-06-17 |
Bewertung | 4.24/5 Insgesamt 17 Bewertungen |
Entwickler | nifrez |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://twitch.tv/fefek |
Hilfeseite URL | https://twitch.tv/fefek |
Unterstützte Sprachen | 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" ] } |