Adult Site Blocker

Adult Site Blocker

什么是Adult Site Blocker?

Adult Site Blocker是由hawkbrad975开发的Chrome扩展程序,该扩展的主要功能是“Adult Site Blocker”。

扩展截图

screenshot

下载Adult Site Blocker扩展crx文件

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

扩展使用说明

                        Blocks all adult websites. This includes porn sites, escort sites, Online sex toy sites, dating sites, adult social media sites, adult stories sites etc. 

For all the parents out there, is your child addicted in using desktop/laptop. We are here to help you out to make sure your kids stay safe when they browse through the internet.

We block all adult websites that children are not allowed to view. We've got you covered.

How to use
1. Install the extension
2. That's it. We will take care of the rest                    

扩展基本信息

名称 Adult Site Blocker Adult Site Blocker
ID cagciaflhonddnoaflenglejinohgjig
官方URL https://chrome.google.com/webstore/detail/adult-site-blocker/cagciaflhonddnoaflenglejinohgjig
简介 Adult Site Blocker
文件大小 15 KB
安装次数 130
当前版本 0.3
更新时间 2022-07-30
上架时间 2021-09-21
评分 5.00/5 共1次评分
开发者 hawkbrad975
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://hawkbrad.github.io/privacy-policy-yt
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Adult Site Blocker",
    "description": "Adult Site Blocker",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "version": "0.3",
    "icons": {
        "128": "alogo.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "alogo.png"
        }
    },
    "background": {
        "scripts": [
            "background\/background.js"
        ]
    },
    "manifest_version": 2
}