Vulcun Bot
Auto clicker for Jackpot and automaticlly enters Lootdrops
ما هو Vulcun Bot؟
Vulcun Bot هو إضافة Chrome تم تطويرها بواسطة Érycson Nóbrega، والميزة الرئيسية لها هي "Auto clicker for Jackpot and automaticlly enters Lootdrops".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Vulcun Bot
قم بتنزيل ملفات الامتداد Vulcun Bot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Vulcun Bot: Auto-looter for Vunlcun Jackpot.
معلومات أساسية عن التمديد
الاسم | 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" ] } |