Vulcun Bot
Auto clicker for Jackpot and automaticlly enters Lootdrops
Wat is Vulcun Bot?
Vulcun Bot is een Chrome-extensie ontwikkeld door Érycson Nóbrega, en de belangrijkste functie is "Auto clicker for Jackpot and automaticlly enters Lootdrops".
Extensie Screenshots
Download het CRX-bestand van de extensie Vulcun Bot
Download Vulcun Bot-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
Vulcun Bot: Auto-looter for Vunlcun Jackpot.
Basisinformatie over de Extensie
Naam | Vulcun Bot |
ID | hblibfopocbblpepldbcpjfnbpfbphke |
Officiële URL | https://chromewebstore.google.com/detail/vulcun-bot/hblibfopocbblpepldbcpjfnbpfbphke |
Beschrijving | Auto clicker for Jackpot and automaticlly enters Lootdrops |
Bestandsgrootte | 26.44 KB |
Aantal Installaties | 51 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2016-01-29 |
Publicatiedatum | 2016-01-29 |
Beoordeling | 3.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Érycson Nóbrega |
Betalingswijze | free |
Extensiewebsite | https://github.com/erycson/vulcunbot |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Vulcun Bot", "description": "Auto clicker for Jackpot and automaticlly enters Lootdrops", "version": "1.0", "icons": { "128": "img\/favicon.png" }, "background": { "page": "vulcun.html", "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/vulcun.com\/*" ], "js": [ "js\/injector.js" ], "run_at": "document_end" } ], "browser_action": { "default_title": "Vulcun Bot", "default_icon": "img\/favicon.png" }, "content_security_policy": "script-src 'self' https:\/\/cdn.firebase.com https:\/\/*.firebaseio.com https:\/\/ajax.googleapis.com; object-src 'self'", "permissions": [ "tabs", "activeTab", "*:\/\/*\/*", "background", "notifications", "storage" ] } |