AutoDraw for skribbl.io

Auto draws images in pictionary game skribbl.io.

AutoDraw for skribbl.io là gì?

AutoDraw for skribbl.io là một tiện ích mở rộng Chrome được phát triển bởi galehouse5, và tính năng chính của nó là "Auto draws images in pictionary game skribbl.io.".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng AutoDraw for skribbl.io

Tải xuống các tệp mở rộng AutoDraw for skribbl.io 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

                        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.                    

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

Tên AutoDraw for skribbl.io AutoDraw for skribbl.io
ID bpnefockcbbpkbahgkkacjmebfheacjb
URL Chính Thức https://chromewebstore.google.com/detail/autodraw-for-skribblio/bpnefockcbbpkbahgkkacjmebfheacjb
Mô tả Auto draws images in pictionary game skribbl.io.
Kích Thước Tệp 11.69 KB
Số Lần Cài Đặt 285,247
Phiên Bản Hiện Tại 0.3.1
Cập Nhật Lần Cuối 2023-01-04
Ngày Phát Hành 2020-05-07
Đánh Giá 3.59/5 Tổng số 237 Đánh Giá
Nhà Phát Triển galehouse5
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/galehouse5/skribbl-io-autodraw
URL Trang Trợ Giúp https://github.com/galehouse5/skribbl-io-autodraw/issues
Ngôn Ngữ Được Hỗ Trợ 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"
}