AutoClaim - CodeCrack
FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.)
Wat is AutoClaim - CodeCrack?
AutoClaim - CodeCrack is een Chrome-extensie ontwikkeld door [email protected], en de belangrijkste functie is "FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.)".
Extensie Screenshots
Download het CRX-bestand van de extensie AutoClaim - CodeCrack
Download AutoClaim - CodeCrack-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | AutoClaim - CodeCrack |
ID | ahnoadnanolangjffklbfdkfbmplmmln |
Officiële URL | https://chromewebstore.google.com/detail/autoclaim-codecrack/ahnoadnanolangjffklbfdkfbmplmmln |
Beschrijving | FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.) |
Bestandsgrootte | 49.33 KB |
Aantal Installaties | 1,366 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-05-09 |
Publicatiedatum | 2020-05-08 |
Beoordeling | 3.25/5 Totaal 12 Beoordelingen |
Ontwikkelaar | [email protected] |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |