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": "BandLab Music Downloader", "version": "1.0.4", "description": "Download tracks\/m4a\/sound\/video\/mp4 from BandLab", "permissions": [ "storage" ], "host_permissions": [], "icons": { "32": "icons\/32.png", "128": "icons\/logo.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.bandlab.com\/*" ], "js": [ "content_bandlab.js" ], "run_at": "document_start" }, { "js": [ "kodepayContent.js" ], "matches": [ "https:\/\/kodepay.io\/*" ], "run_at": "document_start" } ], "action": { "default_icon": { "128": "icons\/logo.png" }, "default_popup": "popup.html" }, "web_accessible_resources": [ { "resources": [ "popup.html", "price.html", "price.js", "price.json", "icons\/*", "js\/bandlab_inject.js", "popup.js", "kodepayContent.js" ], "matches": [ "*:\/\/*\/*" ] } ] }