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 Ships From Filter", "version": "3.0.0", "description": "Improve your Discogs marketplace experience by filtering your 'Items I Want' list based on which country they ship from.", "author": { "email": "[email protected]" }, "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "Discogs Ships From Filter" }, "host_permissions": [ "https:\/\/www.discogs.com\/sell\/mywants*" ], "content_scripts": [ { "matches": [ "https:\/\/www.discogs.com\/sell\/mywants*" ], "js": [ "content.js" ], "css": [ "styles.css" ], "run_at": "document_end" } ] }