AutoClaim - CodeCrack
FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.)
Apa itu AutoClaim - CodeCrack?
AutoClaim - CodeCrack adalah ekstensi Chrome yang dikembangkan oleh [email protected], dan fitur utamanya adalah "FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.)".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi AutoClaim - CodeCrack
Unduh file ekstensi AutoClaim - CodeCrack 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
Freebitco free roll Auto Claim. this chrome extension works only for freebitco accounts that does not have any captcha images. it will automatically collect free rolls every hour. this chrome extension also provides an automatic multiply betting method for freebitco multiply game. it also allows users to control or change settings for multiply betting game. Multiply betting method is activated upon user request to the developer of the chrome extension.
Informasi Dasar Ekstensi
Nama | AutoClaim - CodeCrack |
ID | ahnoadnanolangjffklbfdkfbmplmmln |
URL Resmi | https://chromewebstore.google.com/detail/autoclaim-codecrack/ahnoadnanolangjffklbfdkfbmplmmln |
Deskripsi | FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.) |
Ukuran File | 49.33 KB |
Jumlah Instalasi | 1,366 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2020-05-09 |
Tanggal Publikasi | 2020-05-08 |
Penilaian | 3.25/5 Total 12 Penilaian |
Pengembang | [email protected] |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AutoClaim - CodeCrack", "version": "1.0.0", "description": "FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.)", "manifest_version": 2, "icons": { "128": "icon128.png", "48": "icon48.png", "16": "icon16.png" }, "permissions": [ "storage", "https:\/\/freebitco.in\/*" ], "content_scripts": [ { "matches": [ "https:\/\/freebitco.in\/*" ], "js": [ "content.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": "icon16.png", "default_title": "AutoClaim" } } |