Skribbl.io AutoDraw
SKRIBBL UPDATED AND THIS DOES NOT WORK ANYMORE, I WILL NOT UPDATE IT. An auto draw extention for Skribbl.io Click and drag an…
What is Skribbl.io AutoDraw?
Skribbl.io AutoDraw is a Chrome extension developed by Majesty, and its main feature is "SKRIBBL UPDATED AND THIS DOES NOT WORK ANYMORE, I WILL NOT UPDATE IT. An auto draw extention for Skribbl.io Click and drag an…".
Extension Screenshots
Download Skribbl.io AutoDraw Extension CRX File
Download Skribbl.io AutoDraw 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
SKRIBBL UPDATED AND THIS DOES NOT WORK ANYMORE, I WILL NOT UPDATE IT. An auto draw extention for Skribbl.io Click and drag an image onto the white canvas and let the auto draw do its thing. Keep in mind complex images might not be the best but it tries its best to complete the image.
Extension Basic Information
Name | Skribbl.io AutoDraw |
ID | ohpgmmkibgooecniliccgpjlpjhgmfoo |
Official URL | https://chromewebstore.google.com/detail/skribblio-autodraw/ohpgmmkibgooecniliccgpjlpjhgmfoo |
Description | SKRIBBL UPDATED AND THIS DOES NOT WORK ANYMORE, I WILL NOT UPDATE IT. An auto draw extention for Skribbl.io Click and drag an… |
File Size | 459 KB |
Installation Count | 8,024 |
Current Version | 1.0.1 |
Last Updated | 2023-03-09 |
Publish Date | 2020-05-28 |
Rating | 3.33/5 Total 6 Ratings |
Developer | Majesty |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Skribbl.io AutoDraw", "version": "1.0.1", "icons": { "42": "icon42.png" }, "content_scripts": [ { "matches": [ "https:\/\/skribbl.io\/*" ], "css": [ "main.css" ], "js": [ "log.js", "data-transfer-helper.js", "color-helper.js", "image-helper.js", "non-blocking-processor.js", "artist.js", "canvas.js", "toolbar.js", "main.js" ] } ] } |