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": "Poshmark Mega Filter - Declutter the search", "description": "Hide search listings by keyword, sellers, brands, likes and more.", "version": "1.0.1", "icons": { "16": "assets\/logo\/logo-16.png", "48": "assets\/logo\/logo-48.png", "128": "assets\/logo\/logo-128.png" }, "action": { "default_title": "Poshmark Mega Filter", "default_popup": "popup\/popup.html" }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "js": [ "assets\/js\/jquery.js", "assets\/js\/userSetting.js", "assets\/js\/rule.js", "assets\/js\/megaBlacklistFilter.js" ], "matches": [ "https:\/\/poshmark.com\/*" ] } ] }