FamilyFriendly Parental Control, Porn Blocker

Best adult content blocker (parental control) extension. Blocks pornography, gambling, violent, malicious and illegal content. FREE

Qu'est-ce que FamilyFriendly Parental Control, Porn Blocker ?

FamilyFriendly Parental Control, Porn Blocker est une extension Chrome développée par https://familyfriendly.site, et sa fonction principale est "Best adult content blocker (parental control) extension. Blocks pornography, gambling, violent, malicious and illegal content. FREE".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension FamilyFriendly Parental Control, Porn Blocker

Téléchargez les fichiers d'extension FamilyFriendly Parental Control, Porn Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Main features:
-fine website filtering including non-english websites.
-forced safe web searching.
-personal whitelists and blacklists.

Introducing the all-new Family Friendly Parental Control Browser Protection add-on. We’ve brought all of FamilyFriendly.Site into this extension. It could be used as content filter or parental control tool. This add-on was started as an effort to protect children and world wide society from unworthy and inappropriate content on the Internet. Our developers team has spent a lot of work to create a free browser extension that will help to defend your family and children. Family Friendly Browser Protection add-on is available free of charge. We are proud of our product and are happy that is helping protect children and world wide society from unworthy and inappropriate content on the Web.                    

Informations de Base sur l'Extension

Nom FamilyFriendly Parental Control, Porn Blocker FamilyFriendly Parental Control, Porn Blocker
ID epdelmeadnnoadlcalkmacoopocdafnp
URL Officiel https://chromewebstore.google.com/detail/familyfriendly-parental-c/epdelmeadnnoadlcalkmacoopocdafnp
Description Best adult content blocker (parental control) extension. Blocks pornography, gambling, violent, malicious and illegal content. FREE
Taille du Fichier 41.52 KB
Nombre d'Installations 6,668
Version Actuelle 0.9.0
Dernière Mise à Jour 2018-04-16
Date de Publication 2018-04-16
Évaluation 3.56/5 Total 55 Évaluations
Développeur https://familyfriendly.site
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://familyfriendly.site/browser-plugin
URL de la Page d'Aide http://familyfriendly.site/faq
URL de la Page de Politique de Confidentialité http://familyfriendly.site/privacy
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Best adult content blocker (parental control) extension. Blocks pornography, gambling, violent, malicious and illegal content. FREE",
    "manifest_version": 2,
    "name": "FamilyFriendly Parental Control, Porn Blocker",
    "short_name": "FFF",
    "version": "0.9.0",
    "homepage_url": "http:\/\/familyfriendly.site\/",
    "author": "Media Partners Ltd.",
    "permissions": [
        "",
        "tabs",
        "storage"
    ],
    "page_action": {
        "default_icon": "common\/icons\/neutral\/icon32.png",
        "default_popup": ""
    },
    "icons": {
        "48": "common\/icons\/border-48.png",
        "96": "common\/icons\/border-96.png"
    },
    "options_ui": {
        "page": "common\/options\/options_chrome.html"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "common\/src\/logger.js",
            "common\/src\/SSR.js",
            "common\/src\/constants.js",
            "chrome.js",
            "common\/src\/background.js",
            "common\/src\/validator.js",
            "common\/src\/page_action_utils.js",
            "common\/src\/utils.js"
        ]
    }
}