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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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"
    }
}