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": "RemoveElement", "version": "1.0.1", "description": "Remove HTML elements from the right-click context menu", "icons": { "16": "icons\/icon-16.png", "19": "icons\/icon-19.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "permissions": [ "contextMenus" ], "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "all_frames": true, "run_at": "document_end", "matches": [ "<all_urls>" ], "js": [ "js\/removeElement.js" ] } ] }