AutoDraw for skribbl.io

Auto draws images in pictionary game skribbl.io.

ما هو AutoDraw for skribbl.io؟

AutoDraw for skribbl.io هو إضافة Chrome تم تطويرها بواسطة galehouse5، والميزة الرئيسية لها هي "Auto draws images in pictionary game skribbl.io.".

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

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة AutoDraw for skribbl.io

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

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

                        Updates:
- Now works with Skribbl's December 2022 UI changes

How to use:
 1. Search for an image using Google (https://images.google.com)
 2. Drag and drop it onto the canvas
 3. Sit back and relax

Tips:
 - Simple images, like clip art, draw the fastest
 - Draws best with Chrome maximized

Is AutoDraw active?
If the extension's starfish icon has color then it's active. Just drag and drop an image onto the canvas when it's your turn to draw.                    

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

الاسم AutoDraw for skribbl.io AutoDraw for skribbl.io
ID bpnefockcbbpkbahgkkacjmebfheacjb
عنوان URL الرسمي https://chromewebstore.google.com/detail/autodraw-for-skribblio/bpnefockcbbpkbahgkkacjmebfheacjb
الوصف Auto draws images in pictionary game skribbl.io.
حجم الملف 11.69 KB
عدد التثبيتات 285,247
النسخة الحالية 0.3.1
آخر تحديث 2023-01-04
تاريخ النشر 2020-05-07
تقييم 3.59/5 مجموع تقييمات 237
المطور galehouse5
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/galehouse5/skribbl-io-autodraw
عنوان صفحة المساعدة https://github.com/galehouse5/skribbl-io-autodraw/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "AutoDraw for skribbl.io",
    "description": "Auto draws images in pictionary game skribbl.io.",
    "version": "0.3.1",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/skribbl.io\/*"
            ],
            "css": [
                "main.css"
            ],
            "js": [
                "dist\/main.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/github.com\/galehouse5\/skribbl-io-autodraw"
}