NSFW Content Blocker

Website Blocker is a addon which blocks NSFW websites.

Hvad er NSFW Content Blocker?

NSFW Content Blocker er en Chrome-udvidelse udviklet af BPRD, og dens hovedfunktion er "Website Blocker is a addon which blocks NSFW websites.".

Udvidelsesskærmbilleder

screenshot

Download NSFW Content Blocker-udvidelses-CRX-fil

Download NSFW Content Blocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn NSFW Content Blocker NSFW Content Blocker
ID dmjhabmpjknpejnkijlkfackagmfjcjp
Officiel URL https://chromewebstore.google.com/detail/nsfw-content-blocker/dmjhabmpjknpejnkijlkfackagmfjcjp
Beskrivelse Website Blocker is a addon which blocks NSFW websites.
Filstørrelse 5.45 KB
Antal Installationer 77
Nuværende Version 1.0.0
Senest Opdateret 2023-08-04
Udgivelsesdato 2023-08-04
Udvikler BPRD
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
}