AutoClaim - CodeCrack

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

Cos'è AutoClaim - CodeCrack?

AutoClaim - CodeCrack è un'estensione di Chrome sviluppata da [email protected], e la sua funzione principale è "FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.)".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione AutoClaim - CodeCrack

Scarica i file di estensione AutoClaim - CodeCrack in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome AutoClaim - CodeCrack AutoClaim - CodeCrack
ID ahnoadnanolangjffklbfdkfbmplmmln
URL Ufficiale https://chromewebstore.google.com/detail/autoclaim-codecrack/ahnoadnanolangjffklbfdkfbmplmmln
Descrizione FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.)
Dimensione del File 49.33 KB
Conteggio Installazioni 1,366
Versione Corrente 1.0.0
Ultimo Aggiornamento 2020-05-09
Data di Pubblicazione 2020-05-08
Valutazione 3.25/5 Totale 12 Valutazioni
Sviluppatore [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    }
}