NSFW Content Blocker

Website Blocker is a addon which blocks NSFW websites.

Apa itu NSFW Content Blocker?

NSFW Content Blocker adalah ekstensi Chrome yang dikembangkan oleh BPRD, dan fitur utamanya adalah "Website Blocker is a addon which blocks NSFW websites.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi NSFW Content Blocker

Unduh file ekstensi NSFW Content Blocker dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama NSFW Content Blocker NSFW Content Blocker
ID dmjhabmpjknpejnkijlkfackagmfjcjp
URL Resmi https://chromewebstore.google.com/detail/nsfw-content-blocker/dmjhabmpjknpejnkijlkfackagmfjcjp
Deskripsi Website Blocker is a addon which blocks NSFW websites.
Ukuran File 5.45 KB
Jumlah Instalasi 77
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2023-08-04
Tanggal Publikasi 2023-08-04
Pengembang BPRD
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
}