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 Plus", "version": "0.0.0.2", "description": "Enhances discogs.com with new and quality of life features. This extension is not affiliated with Discogs.", "content_scripts": [ { "matches": [ "https:\/\/www.discogs.com\/*" ], "js": [ "vendor\/tablesort.min.js", "vendor\/tablesort.number.min.js", "src\/js\/content.js", "src\/js\/report.js" ], "css": [ "src\/css\/styles.css", "src\/css\/loader.css", "src\/css\/button.css", "src\/css\/hide-elements.css" ] } ], "icons": { "16": "icon16.png", "19": "icon19.png", "38": "icon38.png", "48": "icon48.png", "128": "icon128.png" } }