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": "__MSG_appName__", "short_name": "SiteChecker.pro", "description": "__MSG_appDesc__", "version": "4.2.1", "default_locale": "en", "action": { "default_icon": "icon.png", "default_title": "__MSG_appActionName__", "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/page_scripts.js" ], "css": [ "css\/page_style.min.css" ] } ], "background": { "service_worker": "background.js" }, "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'", "web_accessible_resources": "script-src 'self'; style-src 'self'" }, "web_accessible_resources": [ { "resources": [ "css\/page_style.min.css", "js\/page_scripts.js", "images\/logo.svg" ], "matches": [ "<all_urls>" ] } ], "permissions": [ "activeTab", "storage", "identity" ] }