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", "name": "Remove SalesPopup", "description": "Remove SalesPopup from all websites.", "version": "0.1.1", "manifest_version": 3, "action": { "default_title": "Remove SalesPopup." }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "content-script.js" ], "css": [] } ], "permissions": [], "icons": { "32": "assets\/icon_32.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" } }