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": "3.2.2", "name": "__MSG_extName__", "short_name": "Comet", "description": "__MSG_extDesc__", "author": "__MSG_extName__", "default_locale": "en", "icons": { "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "contentScript.bundle.js" ], "run_at": "document_end" } ], "options_ui": { "page": "options.html", "open_in_tab": false }, "manifest_version": 3, "background": { "service_worker": "background.bundle.js" }, "permissions": [ "tabs", "storage", "webNavigation", "sidePanel" ], "host_permissions": [ "*:\/\/*.reddit.com\/*" ], "action": { "default_popup": "popup.html", "default_icon": { "48": "icon48.png" } }, "side_panel": { "default_path": "sidePanel.html" } }