Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Bandcamp Tempo Adjust", "description": "A browser extension to detect and adjust track tempo on Bandcamp", "version": "0.9.0", "icons": { "34": "icon-34.png", "128": "icon-128.png" }, "browser_specific_settings": [], "action": [], "host_permissions": [ "https:\/\/*.bcbits.com\/stream\/*" ], "permissions": [ "storage" ], "background": { "type": "module", "service_worker": "background.js" }, "options_ui": { "open_in_tab": true, "page": "options.html" }, "content_scripts": [ { "matches": [ "http:\/\/*.bandcamp.com\/*", "https:\/\/*.bandcamp.com\/*" ], "css": [ "content-scripts\/bandcamp.css" ], "js": [ "content-scripts\/bandcamp.js" ] } ] }