Data is synced from the Chrome Web Store. View the official store page for the most current information.
This extension is no longer available on the Chrome Web Store. We noticed it was gone on Apr 16, 2025.
Hand-picked for quality and usefulness
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "PR Request Blacklist", "description": "Avoid pitching domains on the PR Request Blacklist. Don't link, bad sites, scams. For HARO, Connectively, Qwoted for link building.", "permissions": [ "alarms", "storage" ], "version": "1.0.1", "background": { "service_worker": "background.13e7f98d.js" }, "content_scripts": [ { "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/connectively.us\/*" ], "js": [ "foreground.d636a2b6.js" ], "css": [ "foreground.7232e18e.css" ] } ], "action": { "default_popup": "popup.869ce7ef.html" }, "icons": { "128": "logo.884b31ab.png" } }