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": "HLS Downloader", "description": "HTTP Live Streams sniffer and downloader.", "version": "0.1.6.2", "icons": { "19": "icon\/19.png", "32": "icon\/32.png", "38": "icon\/38.png", "48": "icon\/48.png", "64": "icon\/64.png", "96": "icon\/96.png", "128": "icon\/128.png", "256": "icon\/256.png", "512": "icon\/512.png" }, "host_permissions": [ "<all_urls>" ], "permissions": [ "webRequest", "storage", "unlimitedStorage" ], "background": { "service_worker": "background.js" }, "action": { "default_title": "Default Popup Title", "default_popup": "popup.html" }, "options_ui": { "open_in_tab": true, "page": "options.html" } }