Vulcun Bot

Auto clicker for Jackpot and automaticlly enters Lootdrops

What is Vulcun Bot?

Vulcun Bot is a Chrome extension developed by Érycson Nóbrega, and its main feature is "Auto clicker for Jackpot and automaticlly enters Lootdrops".

Extension Screenshots

screenshot

Download Vulcun Bot Extension CRX File

Download Vulcun Bot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Vulcun Bot: Auto-looter for Vunlcun Jackpot.                    

Extension Basic Information

Name Vulcun Bot Vulcun Bot
ID hblibfopocbblpepldbcpjfnbpfbphke
Official URL https://chromewebstore.google.com/detail/vulcun-bot/hblibfopocbblpepldbcpjfnbpfbphke
Description Auto clicker for Jackpot and automaticlly enters Lootdrops
File Size 26.44 KB
Installation Count 51
Current Version 1.0
Last Updated 2016-01-29
Publish Date 2016-01-29
Rating 3.33/5 Total 3 Ratings
Developer Érycson Nóbrega
Payment Type free
Extension Website https://github.com/erycson/vulcunbot
Supported Languages 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"
    ]
}