Vulcun Bot

Auto clicker for Jackpot and automaticlly enters Lootdrops

Vulcun Bot là gì?

Vulcun Bot là một tiện ích mở rộng Chrome được phát triển bởi Érycson Nóbrega, và tính năng chính của nó là "Auto clicker for Jackpot and automaticlly enters Lootdrops".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vulcun Bot

Tải xuống các tệp mở rộng Vulcun Bot dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Vulcun Bot: Auto-looter for Vunlcun Jackpot.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Vulcun Bot Vulcun Bot
ID hblibfopocbblpepldbcpjfnbpfbphke
URL Chính Thức https://chromewebstore.google.com/detail/vulcun-bot/hblibfopocbblpepldbcpjfnbpfbphke
Mô tả Auto clicker for Jackpot and automaticlly enters Lootdrops
Kích Thước Tệp 26.44 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2016-01-29
Ngày Phát Hành 2016-01-29
Đánh Giá 3.33/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Érycson Nóbrega
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/erycson/vulcunbot
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}