AutoClaim - CodeCrack
FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.)
Vad är AutoClaim - CodeCrack?
AutoClaim - CodeCrack är en Chrome-tillägg utvecklad av [email protected], och dess huvudfunktion är "FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.)".
Tilläggsskärmbilder
Ladda ner AutoClaim - CodeCrack-förlängningens CRX-fil
Ladda ner AutoClaim - CodeCrack-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | AutoClaim - CodeCrack |
ID | ahnoadnanolangjffklbfdkfbmplmmln |
Officiell webbadress | https://chromewebstore.google.com/detail/autoclaim-codecrack/ahnoadnanolangjffklbfdkfbmplmmln |
Beskrivning | FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.) |
Filstorlek | 49.33 KB |
Antal Installationer | 1,366 |
Aktuell Version | 1.0.0 |
Senast Uppdaterad | 2020-05-09 |
Publiceringsdatum | 2020-05-08 |
Betyg | 3.25/5 Totalt 12 Betyg |
Utvecklare | [email protected] |
Betalningssätt | free |
Stödda Språk | 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" } } |