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 19, 2025.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Kblocker PornBlocker", "description": "Kblocker PornBlocker, a robust extension, blocks adult content, supports recovery, fosters positive habits for personal growth.", "version": "2.7", "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": "Kblocker!", "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" ] }