Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "manifest_version": 3, "name": "SVD Video Downloader", "version": "2.1.0", "background": { "service_worker": "service-worker.js" }, "action": { "default_title": "Click to download media", "default_popup": "index.html#\/popup" }, "icons": { "19": "assets\/icon128.png", "38": "assets\/icon128.png", "128": "assets\/icon128.png" }, "short_name": "SVD", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "permissions": [ "tabs", "downloads", "storage", "webRequest" ], "host_permissions": [ "*:\/\/*\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/content-script.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "resources": [ "js\/v.js", "js\/vl.js", "js\/p.js" ], "matches": [ "<all_urls>" ] } ] }