NSFW Content Blocker

Website Blocker is a addon which blocks NSFW websites.

Cos'è NSFW Content Blocker?

NSFW Content Blocker è un'estensione di Chrome sviluppata da BPRD, e la sua funzione principale è "Website Blocker is a addon which blocks NSFW websites.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione NSFW Content Blocker

Scarica i file di estensione NSFW Content Blocker in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome NSFW Content Blocker NSFW Content Blocker
ID dmjhabmpjknpejnkijlkfackagmfjcjp
URL Ufficiale https://chromewebstore.google.com/detail/nsfw-content-blocker/dmjhabmpjknpejnkijlkfackagmfjcjp
Descrizione Website Blocker is a addon which blocks NSFW websites.
Dimensione del File 5.45 KB
Conteggio Installazioni 77
Versione Corrente 1.0.0
Ultimo Aggiornamento 2023-08-04
Data di Pubblicazione 2023-08-04
Sviluppatore BPRD
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
}