NSFW Content Blocker

Website Blocker is a addon which blocks NSFW websites.

Co to jest NSFW Content Blocker?

NSFW Content Blocker to rozszerzenie Chrome opracowane przez BPRD, a jego główną funkcją jest „Website Blocker is a addon which blocks NSFW websites.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia NSFW Content Blocker

Pobierz pliki rozszerzeń NSFW Content Blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa NSFW Content Blocker NSFW Content Blocker
ID dmjhabmpjknpejnkijlkfackagmfjcjp
Oficjalny URL https://chromewebstore.google.com/detail/nsfw-content-blocker/dmjhabmpjknpejnkijlkfackagmfjcjp
Opis Website Blocker is a addon which blocks NSFW websites.
Rozmiar pliku 5.45 KB
Liczba instalacji 77
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2023-08-04
Data Publikacji 2023-08-04
Deweloper BPRD
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
}