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",
"content_scripts": [
{
"all_frames": true,
"js": [
"libs\/jquery-3.6.0.min.js",
"drawasaurusuh.js"
],
"matches": [
"http:\/\/www.drawasaurus.org\/room\/*",
"https:\/\/www.drawasaurus.org\/room\/*"
],
"run_at": "document_end"
}
],
"description": "Improves the user interface when playing at drawasaurus.org",
"icons": {
"48": "image-48.png",
"128": "image-128.png"
},
"applications": {
"gecko": {
"id": "[email protected]"
}
},
"manifest_version": 3,
"name": "Drawasaurusuh",
"short_name": "Drawasaurusuh",
"version": "0.1.0"
}