NSFW Content Blocker

Website Blocker is a addon which blocks NSFW websites.

Vad är NSFW Content Blocker?

NSFW Content Blocker är en Chrome-tillägg utvecklad av BPRD, och dess huvudfunktion är "Website Blocker is a addon which blocks NSFW websites.".

Tilläggsskärmbilder

screenshot

Ladda ner NSFW Content Blocker-förlängningens CRX-fil

Ladda ner NSFW Content Blocker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn NSFW Content Blocker NSFW Content Blocker
ID dmjhabmpjknpejnkijlkfackagmfjcjp
Officiell webbadress https://chromewebstore.google.com/detail/nsfw-content-blocker/dmjhabmpjknpejnkijlkfackagmfjcjp
Beskrivning Website Blocker is a addon which blocks NSFW websites.
Filstorlek 5.45 KB
Antal Installationer 77
Aktuell Version 1.0.0
Senast Uppdaterad 2023-08-04
Publiceringsdatum 2023-08-04
Utvecklare BPRD
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
}