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": "Extension Guard - Manage and secure extensions", "short_name": "Extension Guard", "description": "Access your extension's risk level, stats, and trends, powered by Chrome-Stats data. Get notifications on extension updates.", "version": "3.0.0", "author": "[email protected]", "homepage_url": "https:\/\/chrome-stats.com\/guard", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "action": { "default_icon": { "16": "logo\/logo_16.png", "32": "logo\/logo_32.png", "48": "logo\/logo_48.png" }, "default_title": "Extension Guard", "default_popup": "popup.html" }, "permissions": [ "alarms", "management", "notifications", "storage", "tabs" ], "host_permissions": [ "https:\/\/chrome-stats.com\/", "https:\/\/*.chrome-stats.com\/" ], "icons": { "16": "logo\/logo_16.png", "32": "logo\/logo_32.png", "48": "logo\/logo_48.png", "64": "logo\/logo_64.png", "128": "logo\/logo_128.png" }, "options_page": "myextensions.html" }