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", "version": "0.1.6", "manifest_version": 3, "offline_enabled": true, "name": "__MSG_name__", "description": "__MSG_desc__", "default_locale": "en", "commands": { "_execute_action": [] }, "background": { "service_worker": "background.js" }, "permissions": [ "tabs", "alarms", "storage", "notifications" ], "host_permissions": [ "<all_urls>" ], "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "data\/popup\/explore\/content.js" ], "run_at": "document_start", "all_frames": true } ], "action": { "default_title": "Reload page", "default_popup": "data\/popup\/popup.html", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png" } }, "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "128": "data\/icons\/128.png" } }