AutoClaim - CodeCrack

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

AutoClaim - CodeCrack là gì?

AutoClaim - CodeCrack là một tiện ích mở rộng Chrome được phát triển bởi [email protected], và tính năng chính của nó là "FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AutoClaim - CodeCrack

Tải xuống các tệp mở rộng AutoClaim - CodeCrack dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AutoClaim - CodeCrack AutoClaim - CodeCrack
ID ahnoadnanolangjffklbfdkfbmplmmln
URL Chính Thức https://chromewebstore.google.com/detail/autoclaim-codecrack/ahnoadnanolangjffklbfdkfbmplmmln
Mô tả FreeBitco free roll Auto Claim & auto multiply betting (Note:Available only to account without captcha.)
Kích Thước Tệp 49.33 KB
Số Lần Cài Đặt 1,366
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-05-09
Ngày Phát Hành 2020-05-08
Đánh Giá 3.25/5 Tổng số 12 Đánh Giá
Nhà Phát Triển [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}