FamilyFriendly Parental Control, Porn Blocker

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

什么是FamilyFriendly Parental Control, Porn Blocker?

FamilyFriendly Parental Control, Porn Blocker是由https://familyfriendly.site开发的Chrome扩展程序,该扩展的主要功能是“Best adult content blocker (parental control) extension. Blocks pornography, gambling, violent, malicious and illegal content. FREE”。

扩展截图

screenshot

下载FamilyFriendly Parental Control, Porn Blocker扩展crx文件

下载FamilyFriendly Parental Control, Porn Blocker扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 FamilyFriendly Parental Control, Porn Blocker FamilyFriendly Parental Control, Porn Blocker
ID epdelmeadnnoadlcalkmacoopocdafnp
官方URL https://chromewebstore.google.com/detail/familyfriendly-parental-c/epdelmeadnnoadlcalkmacoopocdafnp
简介 Best adult content blocker (parental control) extension. Blocks pornography, gambling, violent, malicious and illegal content. FREE
文件大小 41.52 KB
安装次数 6,668
当前版本 0.9.0
更新时间 2018-04-16
上架时间 2018-04-16
评分 3.56/5 共55次评分
开发者 https://familyfriendly.site
电子邮箱 [email protected]
付费类型 free
扩展官网 http://familyfriendly.site/browser-plugin
帮助页面URL http://familyfriendly.site/faq
隐私政策页面URL http://familyfriendly.site/privacy
支持的语言 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"
        ]
    }
}