Vulcun Bot
Auto clicker for Jackpot and automaticlly enters Lootdrops
Apa itu Vulcun Bot?
Vulcun Bot adalah ekstensi Chrome yang dikembangkan oleh Érycson Nóbrega, dan fitur utamanya adalah "Auto clicker for Jackpot and automaticlly enters Lootdrops".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Vulcun Bot
Unduh file ekstensi Vulcun Bot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Vulcun Bot: Auto-looter for Vunlcun Jackpot.
Informasi Dasar Ekstensi
Nama | Vulcun Bot |
ID | hblibfopocbblpepldbcpjfnbpfbphke |
URL Resmi | https://chromewebstore.google.com/detail/vulcun-bot/hblibfopocbblpepldbcpjfnbpfbphke |
Deskripsi | Auto clicker for Jackpot and automaticlly enters Lootdrops |
Ukuran File | 26.44 KB |
Jumlah Instalasi | 51 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2016-01-29 |
Tanggal Publikasi | 2016-01-29 |
Penilaian | 3.33/5 Total 3 Penilaian |
Pengembang | Érycson Nóbrega |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/erycson/vulcunbot |
Bahasa yang Didukung | 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" ] } |