NSFW Content Blocker

Website Blocker is a addon which blocks NSFW websites.

What is NSFW Content Blocker?

NSFW Content Blocker is a Chrome extension developed by BPRD, and its main feature is "Website Blocker is a addon which blocks NSFW websites.".

Extension Screenshots

screenshot

Download NSFW Content Blocker Extension CRX File

Download NSFW Content Blocker extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name NSFW Content Blocker NSFW Content Blocker
ID dmjhabmpjknpejnkijlkfackagmfjcjp
Official URL https://chromewebstore.google.com/detail/nsfw-content-blocker/dmjhabmpjknpejnkijlkfackagmfjcjp
Description Website Blocker is a addon which blocks NSFW websites.
File Size 5.45 KB
Installation Count 77
Current Version 1.0.0
Last Updated 2023-08-04
Publish Date 2023-08-04
Developer BPRD
Email [email protected]
Payment Type free
Supported Languages 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"
}