AutoClaim - CodeCrack

FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.)

What is AutoClaim - CodeCrack?

AutoClaim - CodeCrack is a Chrome extension developed by [email protected], and its main feature is "FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.)".

Extension Screenshots

screenshot
screenshot

Download AutoClaim - CodeCrack Extension CRX File

Download AutoClaim - CodeCrack extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name AutoClaim - CodeCrack AutoClaim - CodeCrack
ID ahnoadnanolangjffklbfdkfbmplmmln
Official URL https://chromewebstore.google.com/detail/autoclaim-codecrack/ahnoadnanolangjffklbfdkfbmplmmln
Description FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.)
File Size 49.33 KB
Installation Count 1,366
Current Version 1.0.0
Last Updated 2020-05-09
Publish Date 2020-05-08
Rating 3.25/5 Total 12 Ratings
Developer [email protected]
Payment Type free
Supported Languages 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"
    }
}