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”。
擴展截圖
下載Vulcun Bot擴展crx文件
下載Vulcun Bot擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        Vulcun Bot: Auto-looter for Vunlcun Jackpot.                     擴展基本資訊
| 名稱 |   |  
| ID | hblibfopocbblpepldbcpjfnbpfbphke | 
| 官方網址 | 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"
    ]
}  |  |