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", "action": { "default_icon": "icon.png", "default_popup": "popup.html", "default_title": "Super Great Video Downloader" }, "background": { "service_worker": "background.js", "script": "backgroundOld.js" }, "content_scripts": [ { "all_frames": false, "js": [ ".\/content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "default_locale": "en", "description": "__MSG_appDesc__", "host_permissions": [ "https:\/\/*\/*" ], "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "manifest_version": 3, "name": "Super Great Video Downloader", "permissions": [ "webRequest", "downloads", "tabs", "storage" ], "version": "2.0.9" }