AutoClaim - CodeCrack

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

Что такое AutoClaim - CodeCrack?

AutoClaim - CodeCrack - это расширение Chrome, разработанное [email protected], и его основная функция - "FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.)".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения AutoClaim - CodeCrack

Скачайте файлы расширений AutoClaim - CodeCrack в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название AutoClaim - CodeCrack AutoClaim - CodeCrack
ID ahnoadnanolangjffklbfdkfbmplmmln
Официальный URL https://chromewebstore.google.com/detail/autoclaim-codecrack/ahnoadnanolangjffklbfdkfbmplmmln
Описание FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.)
Размер файла 49.33 KB
Количество установок 1,366
Текущая Версия 1.0.0
Последнее Обновление 2020-05-09
Дата публикации 2020-05-08
Рейтинг 3.25/5 Всего 12 оценок
Разработчик [email protected]
Тип оплаты free
Поддерживаемые языки 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"
    }
}