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": "Eduk8me's Hide Insert Video", "version": "1.0", "description": "Hides the Insert Video menu item on Google Slides.", "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/presentation\/*" ], "js": [ "ehiv.js" ], "run_at": "document_idle" } ], "icons": { "16": "logo-16.png", "32": "logo-32.png", "48": "logo-48.png", "128": "logo-128.png" } }