Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Video Downloader Extension", "description": "__MSG_appDesc__", "icons": { "16": "icon.png", "48": "icon48.png", "128": "icon128.png" }, "host_permissions": [ "https:\/\/*\/*" ], "default_locale": "en", "version": "1.0.2", "permissions": [ "webRequest", "downloads", "tabs", "storage" ], "content_scripts": [ { "js": [ "downloadscontent.js" ], "matches": [ "https:\/\/*\/*" ], "all_frames": false, "run_at": "document_start" } ], "background": { "service_worker": "service_worker.js" }, "action": { "default_title": "Video Downloader Extension", "default_icon": "icon.png", "default_popup": "popup.html" } }