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