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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}