Parental Control - Adult Content Blocker

Block porn sites and protect your child from adult content. Best Anti-porn addon on the store.

Τι είναι το Parental Control - Adult Content Blocker;

Το Parental Control - Adult Content Blocker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://metacert.com, και η κύρια λειτουργία του είναι "Block porn sites and protect your child from adult content. Best Anti-porn addon on the store.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Parental Control - Adult Content Blocker

Λήψη αρχείων επέκτασης Parental Control - Adult Content Blocker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        This browser add-on blocks more pornography than any other software solution. Like any software, it's not perfect, but it is the best. And we released a software update recently to fix some outstanding bugs that were reported in some of the comments. The only add-on with multiple settings. And the only add-on to block adult content across social media sites like Twitter, Dailymotion and Facebook.

🛠 EASY TO USE SETTINGS

🚫 SAFE BROWSING

This option comes with two settings - "Strong" and "Extra Strong". 

★★★★★ EXTRA STRONG (recommended) blocks over 10 billion pages of adult content. Enforces SafeSearch on YouTube. It also automatically removes search results that contain links to pornography. 

★★★ STRONG is for adults who wish to have complete access to the open web while blocking pornography. This setting does not automatically remove search results that contain links to pornography - but the software does block access to them. 

🚫 JUST FOR KIDS

This setting allows you to block access to the entire Web except for your own white list - it's extremely easy to setup and can be updated at anytime. 

🔐 FEATURES

★ Right-click to hide the MetaCert icon on the toolbar.
★ Automatically removes search results that contain links to pornography.
★ Filters for sites such as Dailymotion and YouTube.
★ Blocks 10 billion+ million pages of pornography 
★ XXX images removed from image search results.
★ You can enable proxy blocking so others can't circumvent the software.

🔛 When a setting is "ON" it means blocking is enabled.

If you have any questions please email [email protected]

Come ask questions in our group on Telegram and engage with thousands of community members t.me/metacert                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Parental Control - Adult Content Blocker Parental Control - Adult Content Blocker
ID dpfbddcgbimoafpgmbbjiliegkfcjkmn
Επίσημο URL https://chrome.google.com/webstore/detail/parental-control-adult-co/dpfbddcgbimoafpgmbbjiliegkfcjkmn
Περιγραφή Block porn sites and protect your child from adult content. Best Anti-porn addon on the store.
Μέγεθος Αρχείου 942 KB
Αριθμός Εγκαταστάσεων 26,106
Τρέχουσα Έκδοση 0.10.18
Τελευταία Ενημέρωση 2019-01-09
Ημερομηνία Δημοσίευσης 2019-01-09
Αξιολόγηση 3.71/5 Συνολικά 278 Αξιολογήσεις
Προγραμματιστής http://metacert.com
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://metacert.com
Διεύθυνση URL της Σελίδας Βοήθειας https://metacert.uservoice.com/
URL της Σελίδας Πολιτικής Απορρήτου https://metacert.com/privacy-policy.html
Υποστηριζόμενες Γλώσσες en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Parental Control - Adult Content Blocker",
    "version": "0.10.18",
    "manifest_version": 2,
    "minimum_chrome_version": "22",
    "description": "Block porn sites and protect your child from adult content. Best Anti-porn addon on the store.",
    "browser_action": {
        "default_icon": "images\/icon_19.png",
        "default_title": "MetaCert",
        "default_popup": "popup.html"
    },
    "icons": {
        "48": "images\/icon_48.png",
        "128": "images\/icon_128.png"
    },
    "web_accessible_resources": [
        "images\/metacert_logo.png",
        "images\/ae_icon_large.png",
        "images\/ae_icon_small.png"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/styles.css",
                "css\/tipsy.css"
            ],
            "js": [
                "lib\/jquery.js",
                "lib\/tipsy.js",
                "js\/scripts.js",
                "js\/graphics.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "notifications",
        "alarms",
        "cookies",
        "background",
        "unlimitedStorage",
        ""
    ],
    "background": {
        "scripts": [
            "js\/utils\/parentalControlsUtils.js",
            "lib\/moment.js",
            "lib\/lodash.js",
            "background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html"
}