Parental Control. Blocks porn, malware, etc.

Protect your children from unwanted content and your PC from malware.

Parental Control. Blocks porn, malware, etc. क्या है?

Parental Control. Blocks porn, malware, etc. YourApps द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Protect your children from unwanted content and your PC from malware."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Parental Control. Blocks porn, malware, etc. एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        New Parental Control extension is designed to provide safe and secure browsing. Now you can customize browsing restrictions, create white and black lists in order to keep your children protected from unwanted Internet content, malicious software installation, viruses, etc. 

This is a simple, friendly yet fast and effective tool which allows you to create safe and controlled environment in a few clicks. Our Parental Control extension is a simple out-of-box solution with a set of in-built protections which provide basic and sufficient level of protection and safety. For advanced users we offer extended settings and functionality where you can completely customize your child's browsing experience. 
We help you to protect your child.

Our extension collects and logs own independent browsing history and events history in order you could easily check what was the activity while you were out.

Parental Control protects not only your child from aggressive and unwanted Internet environment but also protects you computer from accident or unadvised installation of third-party software by your child which in deed could be a malicious software or virus. 
We keep your privacy and data safe.

Basic features of our Parental Control extension:
- Blocking installation of .exe files, torrents, porn, etc.
- Creating custom Allow and Block lists
- Blocking viruses and malware
- Logging history of browsing and events
- Password protection of access to extension
- Hiding extension icon to mask using our tool                    

एक्सटेंशन की मूल जानकारी

नाम Parental Control. Blocks porn, malware, etc. Parental Control. Blocks porn, malware, etc.
ID iohpehejkbkfdgpfhmlbogapmpkefdej
आधिकारिक URL https://chromewebstore.google.com/detail/parental-control-blocks-p/iohpehejkbkfdgpfhmlbogapmpkefdej
विवरण Protect your children from unwanted content and your PC from malware.
फ़ाइल का आकार 568 KB
स्थापना संख्या 2,490
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2022-04-01
प्रकाशन तिथि 2021-12-22
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर YourApps
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://sites.google.com/view/bestparentalcontrol
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.2",
    "default_locale": "en",
    "minimum_chrome_version": "40",
    "incognito": "spanning",
    "background": {
        "scripts": [
            "\/assets\/jquery.js",
            "\/assets\/moment.js",
            "\/assets\/tld.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "downloads",
        "unlimitedStorage",
        "*:\/\/*\/*"
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/assets\/images\/get_started16.png",
            "32": "\/assets\/images\/get_started32.png",
            "48": "\/assets\/images\/get_started48.png",
            "128": "\/assets\/images\/get_started128.png"
        }
    },
    "icons": {
        "16": "\/assets\/images\/get_started16.png",
        "32": "\/assets\/images\/get_started32.png",
        "48": "\/assets\/images\/get_started48.png",
        "128": "\/assets\/images\/get_started128.png"
    },
    "web_accessible_resources": [
        "\/assets\/images\/*.*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}