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": "Ultimate Downloader Pro", "version": "1.0.1", "permissions": [ "storage" ], "description": "Effortless media downloader for images, videos, and music. Convert formats, rename files, and streamline downloads.", "host_permissions": [ "<all_urls>" ], "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content.js" ] } ], "icons": { "16": "\/images\/logo\/logo_16.png", "32": "\/images\/logo\/logo_32.png", "128": "\/images\/logo\/logo_128.png", "192": "\/images\/logo\/logo_192.png", "512": "\/images\/logo\/logo_512.png" }, "action": { "default_title": "Ultimate Downloader Pro", "default_popup": "index.html" } }