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": "BlockP: AI Website, App & Porn Blocker", "description": "Free AI-based Chrome productivity & porn blocker that defends against websites, keywords, and adult content.", "version": "2.1.0", "permissions": [ "tabs", "activeTab", "storage", "notifications", "offscreen" ], "background": { "service_worker": "background.bundle.js" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "content_script.bundle.js" ] } ], "web_accessible_resources": [ { "resources": [ "\/assets\/images\/models\/*", "\/assets\/images\/logo.svg", "\/assets\/images\/placeholder.jpg", "assets\/videos\/*.mp4", "assets\/videos\/1.mp4", "assets\/videos\/2.mp4", "assets\/videos\/3.mp4", "assets\/videos\/4.mp4", "assets\/videos\/5.mp4", "assets\/videos\/6.mp4", "dashboard.html", "onboarding.html", "blockedView.html", "loginSignup.html", "\/assets\/images\/BlockP_Notification.mp3", "\/assets\/files\/block_keywords.json", "offscreen.html", "offscreen.bundle.js", "classificationWorker.bundle.js" ], "matches": [ "<all_urls>" ] } ], "action": { "default_popup": "index.html" }, "default_locale": "en", "icons": { "16": "\/assets\/images\/logo.png", "48": "\/assets\/images\/logo.png", "128": "\/assets\/images\/logo.png" }, "incognito": "split", "host_permissions": [ "<all_urls>" ] }