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": "Web Extensions Security Checker", "description": "Automatically check the status of extensions in the Chrome Web Store.", "version": "1.1.0", "manifest_version": 3, "permissions": [ "alarms", "storage", "management" ], "background": { "service_worker": "background.js", "type": "module" }, "action": { "default_title": "Web Extensions Security Checker", "default_popup": "popup.html" }, "icons": { "16": "shield-16.png", "48": "shield-48.png", "128": "shield-128.png" } }