Drawbattle Cheats

Gives all the answers for drawbattle!

ما هو Drawbattle Cheats؟

Drawbattle Cheats هو إضافة Chrome تم تطويرها بواسطة krash، والميزة الرئيسية لها هي "Gives all the answers for drawbattle!".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Drawbattle Cheats

قم بتنزيل ملفات الامتداد Drawbattle Cheats بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Get all the answers for your drawbattle games using this extension. Simply press on the extension icon to reveal the answer.                    

معلومات أساسية عن التمديد

الاسم Drawbattle Cheats Drawbattle Cheats
ID jflnjkcopkkbfblkjldbkccdcbjjlhim
عنوان URL الرسمي https://chromewebstore.google.com/detail/drawbattle-cheats/jflnjkcopkkbfblkjldbkccdcbjjlhim
الوصف Gives all the answers for drawbattle!
حجم الملف 28.54 KB
عدد التثبيتات 282
النسخة الحالية 1.0.1
آخر تحديث 2023-01-10
تاريخ النشر 2023-01-08
تقييم 5.00/5 مجموع تقييمات 2
المطور krash
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Drawbattle Cheats",
    "description": "Gives all the answers for drawbattle!",
    "version": "1.0.1",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/drawbattle.io\/*"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "Settings"
    },
    "permissions": [
        "tabs",
        "storage"
    ]
}