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": "Discogs Player", "version": "2.0.1", "host_permissions": [ "https:\/\/www.discogs.com\/*", "https:\/\/www.youtube.com\/*" ], "content_scripts": [ { "matches": [ "https:\/\/www.discogs.com\/*" ], "js": [ "content.js" ] } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" } }