FamilyFriendly Parental Control, Porn Blocker

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

Co to jest FamilyFriendly Parental Control, Porn Blocker?

FamilyFriendly Parental Control, Porn Blocker to rozszerzenie Chrome opracowane przez https://familyfriendly.site, a jego główną funkcją jest „Best adult content blocker (parental control) extension. Blocks pornography, gambling, violent, malicious and illegal content. FREE”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia FamilyFriendly Parental Control, Porn Blocker

Pobierz pliki rozszerzeń FamilyFriendly Parental Control, Porn Blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa FamilyFriendly Parental Control, Porn Blocker FamilyFriendly Parental Control, Porn Blocker
ID epdelmeadnnoadlcalkmacoopocdafnp
Oficjalny URL https://chromewebstore.google.com/detail/familyfriendly-parental-c/epdelmeadnnoadlcalkmacoopocdafnp
Opis Best adult content blocker (parental control) extension. Blocks pornography, gambling, violent, malicious and illegal content. FREE
Rozmiar pliku 41.52 KB
Liczba instalacji 6,668
Aktualna Wersja 0.9.0
Ostatnia Aktualizacja 2018-04-16
Data Publikacji 2018-04-16
Ocena 3.56/5 Łącznie 55 Oceny
Deweloper https://familyfriendly.site
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://familyfriendly.site/browser-plugin
Adres URL Strony Pomocy http://familyfriendly.site/faq
Adres URL Strony Polityki Prywatności http://familyfriendly.site/privacy
Obsługiwane Języki 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"
        ]
    }
}