WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Parental Control: Porn Blocker

Parental Control: Porn Blocker

View on Chrome Web Store
View Parental Control: Porn Blocker Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Parental control app that denies access to porn sites. It uses a semantic parser that scans and blocks all kind of adult content.
Type
Extension
Users
45 users
3
bigjpgai
View author page of bigjpgai
Published
Published on July 21, 2025
Version 1.1.0
Manifest version
3
Updated
Updated on August 2, 2025
productivity/workflow
Extension Category
View on Chrome Web Store
View Parental Control: Porn Blocker Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.1.0",
    "manifest_version": 3,
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "48": "icons\/icon.png",
        "128": "icons\/icon.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "48": "icons\/icon.png",
            "128": "icons\/icon.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "<all_urls>",
        "https:\/\/parental-control-blocker-pay.aikc.net\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/pornblock.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; font-src 'self' https:\/\/fonts.gstatic.com; style-src 'self' https:\/\/fonts.googleapis.com; connect-src 'self' https:\/\/*.workers.dev https:\/\/parental-control-blocker-pay.aikc.net"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "blocked.html",
                "settings.html",
                "css\/*",
                "js\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top