Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Hide Classroom Announcement Editor", "version": "1.0", "description": "Hides textbox editor for posting Google Classroom announcements.", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "css": [ "styles.css" ], "matches": [ "https:\/\/classroom.google.com\/*" ] } ], "action": { "default_icon": "icon_19.png" }, "content_security_policy": [] }