NSFW Content Blocker

Website Blocker is a addon which blocks NSFW websites.

Was ist NSFW Content Blocker?

NSFW Content Blocker ist eine Chrome-Erweiterung, die von BPRD entwickelt wurde, und ihr Hauptmerkmal ist "Website Blocker is a addon which blocks NSFW websites.".

Erweiterungsscreenshots

screenshot

NSFW Content Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie NSFW Content Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name NSFW Content Blocker NSFW Content Blocker
ID dmjhabmpjknpejnkijlkfackagmfjcjp
Offizielle URL https://chromewebstore.google.com/detail/nsfw-content-blocker/dmjhabmpjknpejnkijlkfackagmfjcjp
Beschreibung Website Blocker is a addon which blocks NSFW websites.
Dateigröße 5.45 KB
Installationsanzahl 77
Aktuelle Version 1.0.0
Letztes Update 2023-08-04
Veröffentlichungsdatum 2023-08-04
Entwickler BPRD
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
}