NSFW Content Blocker

Website Blocker is a addon which blocks NSFW websites.

NSFW Content Blocker क्या है?

NSFW Content Blocker BPRD द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Website Blocker is a addon which blocks NSFW websites."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में NSFW Content Blocker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
}