Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AutoDraw for skribbl.io", "description": "Auto draws images in pictionary game skribbl.io.", "version": "0.3.3", "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" }