WebExtension.net
WebExtension.net

AI Parental Control

View on Chrome Web Store
View AI Parental Control Chrome Extension on Chrome Web Store
5.0 (1 ratings)

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

Blocks inappropriate web content using AI, based on parental settings
Type
Extension
Users
9 users
2
Abstract Toys
View author page of Abstract Toys
Published
Published on October 21, 2024
Version 2.0
Manifest version
3
Updated
Updated on November 11, 2024
View on Chrome Web Store
View AI Parental Control Chrome Extension on Chrome Web Store
lifestyle/household
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "AI Parental Control",
    "version": "2.0",
    "description": "Blocks inappropriate web content using AI, based on parental settings",
    "permissions": [
        "storage",
        "notifications",
        "alarms"
    ],
    "host_permissions": [
        "https:\/\/aiparentalcontrol.com\/*",
        "https:\/\/api.stripe.com\/*"
    ],
    "incognito": "spanning",
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        },
        "default_popup": "options.html"
    },
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "css": [
                "hide.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "logo.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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