NSFW Content Blocker

Website Blocker is a addon which blocks NSFW websites.

Qu'est-ce que NSFW Content Blocker ?

NSFW Content Blocker est une extension Chrome développée par BPRD, et sa fonction principale est "Website Blocker is a addon which blocks NSFW websites.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension NSFW Content Blocker

Téléchargez les fichiers d'extension NSFW Content Blocker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom NSFW Content Blocker NSFW Content Blocker
ID dmjhabmpjknpejnkijlkfackagmfjcjp
URL Officiel https://chromewebstore.google.com/detail/nsfw-content-blocker/dmjhabmpjknpejnkijlkfackagmfjcjp
Description Website Blocker is a addon which blocks NSFW websites.
Taille du Fichier 5.45 KB
Nombre d'Installations 77
Version Actuelle 1.0.0
Dernière Mise à Jour 2023-08-04
Date de Publication 2023-08-04
Développeur BPRD
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}