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", "name": "Drawbattle Cheats", "description": "Gives all the answers for drawbattle!", "version": "1.0.1", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/drawbattle.io\/*" ], "js": [ "content-script.js" ] } ], "icons": { "128": "icon128.png" }, "action": { "default_popup": "popup.html", "default_title": "Settings" }, "permissions": [ "tabs", "storage" ] }