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": "PMT PDF's", "version": "2.2", "description": "Removes ads on PMT PDF pages. PMT remove ads. Physicsandmathstutor.", "icons": { "512": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.physicsandmathstutor.com\/*" ], "js": [ "content.js" ] } ] }