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": "Chrome-Stats - Extension Analyzer", "short_name": "Chrome-Stats", "description": "Access stats, ranking, and risk scores on browser extensions.", "version": "1.0.1", "author": "[email protected]", "homepage_url": "https:\/\/chrome-stats.com\/", "action": { "default_icon": { "16": "logo\/logo_16.png", "32": "logo\/logo_32.png", "48": "logo\/logo_48.png" }, "default_title": "Chrome-Stats", "default_popup": "popup.html" }, "permissions": [ "activeTab", "sidePanel" ], "host_permissions": [ "https:\/\/chrome-stats.com\/", "https:\/\/*.chrome-stats.com\/", "https:\/\/chromewebstore.google.com\/detail\/*", "https:\/\/play.google.com\/store\/apps\/*", "https:\/\/microsoftedge.microsoft.com\/addons\/detail\/*", "https:\/\/addons.mozilla.org\/*" ], "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" }, "side_panel": { "default_path": "sidebar.html" } }