AutoClaim - CodeCrack

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

Was ist AutoClaim - CodeCrack?

AutoClaim - CodeCrack ist eine Chrome-Erweiterung, die von [email protected] entwickelt wurde, und ihr Hauptmerkmal ist "FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.)".

Erweiterungsscreenshots

screenshot
screenshot

AutoClaim - CodeCrack-Erweiterungs-CRX-Datei herunterladen

Laden Sie AutoClaim - CodeCrack-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name AutoClaim - CodeCrack AutoClaim - CodeCrack
ID ahnoadnanolangjffklbfdkfbmplmmln
Offizielle URL https://chromewebstore.google.com/detail/autoclaim-codecrack/ahnoadnanolangjffklbfdkfbmplmmln
Beschreibung FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.)
Dateigröße 49.33 KB
Installationsanzahl 1,366
Aktuelle Version 1.0.0
Letztes Update 2020-05-09
Veröffentlichungsdatum 2020-05-08
Bewertung 3.25/5 Insgesamt 12 Bewertungen
Entwickler [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    }
}