FamilyFriendly Parental Control, Porn Blocker

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

Cos'è FamilyFriendly Parental Control, Porn Blocker?

FamilyFriendly Parental Control, Porn Blocker è un'estensione di Chrome sviluppata da https://familyfriendly.site, e la sua funzione principale è "Best adult content blocker (parental control) extension. Blocks pornography, gambling, violent, malicious and illegal content. FREE".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione FamilyFriendly Parental Control, Porn Blocker

Scarica i file di estensione FamilyFriendly Parental Control, Porn Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome FamilyFriendly Parental Control, Porn Blocker FamilyFriendly Parental Control, Porn Blocker
ID epdelmeadnnoadlcalkmacoopocdafnp
URL Ufficiale https://chromewebstore.google.com/detail/familyfriendly-parental-c/epdelmeadnnoadlcalkmacoopocdafnp
Descrizione Best adult content blocker (parental control) extension. Blocks pornography, gambling, violent, malicious and illegal content. FREE
Dimensione del File 41.52 KB
Conteggio Installazioni 6,668
Versione Corrente 0.9.0
Ultimo Aggiornamento 2018-04-16
Data di Pubblicazione 2018-04-16
Valutazione 3.56/5 Totale 55 Valutazioni
Sviluppatore https://familyfriendly.site
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://familyfriendly.site/browser-plugin
URL della Pagina di Aiuto http://familyfriendly.site/faq
URL della Pagina della Politica sulla Privacy http://familyfriendly.site/privacy
Lingue Supportate 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"
        ]
    }
}