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 Jul 20, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "AI PornBlocker", "description": "AI PornBlocker uses AI to identify and block unhealthy websites, safeguarding users' browsing.", "version": "1.0", "author": "[email protected]", "default_locale": "en", "icons": { "16": "\/icons\/no_16.png", "48": "\/icons\/no_48.png", "128": "\/icons\/no_128.png" }, "action": { "default_icon": { "16": "\/icons\/no_16.png", "48": "\/icons\/no_48.png", "128": "\/icons\/no_128.png" }, "default_title": "AI PornBlocker!", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "lists.js", "firebaseStuff.js", "linkManager.js", "porNo.js", "NSFWSubredditDetection.js", "NSFWScrolllerDetection.js" ], "run_at": "document_start" } ], "permissions": [ "storage", "tabs" ] }