Vulcun Bot

Auto clicker for Jackpot and automaticlly enters Lootdrops

Vulcun Botとは何ですか?

Vulcun BotはÉrycson Nóbregaによって開発されたChromeの拡張機能で、その主な機能は「Auto clicker for Jackpot and automaticlly enters Lootdrops」です。

拡張機能のスクリーンショット

screenshot

Vulcun Bot拡張機能のCRXファイルをダウンロード

Vulcun Bot拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Vulcun Bot: Auto-looter for Vunlcun Jackpot.                    

拡張機能の基本情報

名前 Vulcun Bot Vulcun Bot
ID hblibfopocbblpepldbcpjfnbpfbphke
公式URL https://chromewebstore.google.com/detail/vulcun-bot/hblibfopocbblpepldbcpjfnbpfbphke
説明 Auto clicker for Jackpot and automaticlly enters Lootdrops
ファイルサイズ 26.44 KB
インストール数 51
現在のバージョン 1.0
最終更新日 2016-01-29
公開日 2016-01-29
評価 3.33/5 合計 3 レビュー
開発者 Érycson Nóbrega
支払い方法 free
拡張機能のウェブサイト https://github.com/erycson/vulcunbot
対応言語 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"
    ]
}