Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "manifest_version": 3, "name": "__MSG_appName__", "version": "1.0.1", "description": "__MSG_appDesc__", "default_locale": "en", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "js": [ "removeAds.js" ], "matches": [ "*:\/\/*.quora.com\/*" ] } ] }