NSFW Content Blocker

Website Blocker is a addon which blocks NSFW websites.

什么是NSFW Content Blocker?

NSFW Content Blocker是由BPRD开发的Chrome扩展程序,该扩展的主要功能是“Website Blocker is a addon which blocks NSFW websites.”。

扩展截图

screenshot

下载NSFW Content Blocker扩展crx文件

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

扩展使用说明

                        The extension blocks all web pages which contain NSFW images and videos. This extension uses the latest technology of artificial intelligence to understand the content and block the content if the content is NSFW. 
The  extension contacts the server for knowing if the content in the page is NSFW or  not. Hence the accuracy and efficacy of the add-on in blocking the NSFW page is superb.                    

扩展基本信息

名称 NSFW Content Blocker NSFW Content Blocker
ID dmjhabmpjknpejnkijlkfackagmfjcjp
官方URL https://chromewebstore.google.com/detail/nsfw-content-blocker/dmjhabmpjknpejnkijlkfackagmfjcjp
简介 Website Blocker is a addon which blocks NSFW websites.
文件大小 5.45 KB
安装次数 77
当前版本 1.0.0
更新时间 2023-08-04
上架时间 2023-08-04
开发者 BPRD
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NSFW Content Blocker",
    "version": "1.0.0",
    "description": "Website Blocker is a addon which blocks NSFW websites.",
    "host_permissions": [
        "https:\/\/ntest.ncodesutram.in\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "author": "Abhijit"
}