NSFW Content Blocker

Website Blocker is a addon which blocks NSFW websites.

ما هو NSFW Content Blocker؟

NSFW Content Blocker هو إضافة Chrome تم تطويرها بواسطة BPRD، والميزة الرئيسية لها هي "Website Blocker is a addon which blocks NSFW websites.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة NSFW Content Blocker

قم بتنزيل ملفات الامتداد NSFW Content Blocker بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم NSFW Content Blocker NSFW Content Blocker
ID dmjhabmpjknpejnkijlkfackagmfjcjp
عنوان URL الرسمي https://chromewebstore.google.com/detail/nsfw-content-blocker/dmjhabmpjknpejnkijlkfackagmfjcjp
الوصف Website Blocker is a addon which blocks NSFW websites.
حجم الملف 5.45 KB
عدد التثبيتات 77
النسخة الحالية 1.0.0
آخر تحديث 2023-08-04
تاريخ النشر 2023-08-04
المطور BPRD
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
}