NSFW Content Blocker

Website Blocker is a addon which blocks NSFW websites.

Wat is NSFW Content Blocker?

NSFW Content Blocker is een Chrome-extensie ontwikkeld door BPRD, en de belangrijkste functie is "Website Blocker is a addon which blocks NSFW websites.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie NSFW Content Blocker

Download NSFW Content Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam NSFW Content Blocker NSFW Content Blocker
ID dmjhabmpjknpejnkijlkfackagmfjcjp
Officiële URL https://chromewebstore.google.com/detail/nsfw-content-blocker/dmjhabmpjknpejnkijlkfackagmfjcjp
Beschrijving Website Blocker is a addon which blocks NSFW websites.
Bestandsgrootte 5.45 KB
Aantal Installaties 77
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-08-04
Publicatiedatum 2023-08-04
Ontwikkelaar BPRD
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}