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": "Discogs Enhancer", "short_name": "Discogs Enhancer", "description": "Enhance your Discogs experience with dark themes, seller tools, price comparisons, currency conversion, powerful filters, and more!", "version": "4.0.4", "author": "Matthew Salcido", "homepage_url": "https:\/\/www.discogs-enhancer.com", "action": { "default_icon": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "default_title": "Discogs Enhancer", "default_popup": "html\/popup.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.discogs.com\/*" ], "js": [ "js\/extension\/ExtPay.js", "js\/user-preferences.js" ], "css": [ "css\/dark-theme.css" ], "run_at": "document_start" } ], "permissions": [ "activeTab", "contextMenus", "scripting", "storage" ], "icons": { "16": "img\/icon_16.png", "32": "img\/icon_32.png", "48": "img\/icon_48.png", "128": "img\/icon_128.png" }, "web_accessible_resources": [ { "resources": [ "css\/*", "js\/extension\/dependencies\/*", "js\/extension\/features\/*" ], "matches": [ "*:\/\/*.discogs.com\/*" ] } ], "background": { "service_worker": "js\/background.js" }, "minimum_chrome_version": "88" }