AutoDraw for skribbl.io

Auto draws images in pictionary game skribbl.io.

什么是AutoDraw for skribbl.io?

AutoDraw for skribbl.io是由galehouse5开发的Chrome扩展程序,该扩展的主要功能是“Auto draws images in pictionary game skribbl.io.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载AutoDraw for skribbl.io扩展crx文件

下载AutoDraw for skribbl.io扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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
帮助页面URL 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"
}