AutoDraw for skribbl.io
Auto draws images in pictionary game skribbl.io.
What is AutoDraw for skribbl.io?
AutoDraw for skribbl.io is a Chrome extension developed by galehouse5, and its main feature is "Auto draws images in pictionary game skribbl.io.".
Extension Screenshots
Download AutoDraw for skribbl.io Extension CRX File
Download AutoDraw for skribbl.io extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | AutoDraw for skribbl.io |
ID | bpnefockcbbpkbahgkkacjmebfheacjb |
Official URL | https://chromewebstore.google.com/detail/autodraw-for-skribblio/bpnefockcbbpkbahgkkacjmebfheacjb |
Description | Auto draws images in pictionary game skribbl.io. |
File Size | 11.69 KB |
Installation Count | 285,247 |
Current Version | 0.3.1 |
Last Updated | 2023-01-04 |
Publish Date | 2020-05-07 |
Rating | 3.59/5 Total 237 Ratings |
Developer | galehouse5 |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/galehouse5/skribbl-io-autodraw |
Help Page URL | https://github.com/galehouse5/skribbl-io-autodraw/issues |
Supported Languages | 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" } |