NSFW Content Blocker

Website Blocker is a addon which blocks NSFW websites.

O que é NSFW Content Blocker?

NSFW Content Blocker é uma extensão do Chrome desenvolvida por BPRD, e sua principal característica é "Website Blocker is a addon which blocks NSFW websites.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão NSFW Content Blocker

Baixe arquivos de extensão NSFW Content Blocker no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome NSFW Content Blocker NSFW Content Blocker
ID dmjhabmpjknpejnkijlkfackagmfjcjp
URL Oficial https://chromewebstore.google.com/detail/nsfw-content-blocker/dmjhabmpjknpejnkijlkfackagmfjcjp
Descrição Website Blocker is a addon which blocks NSFW websites.
Tamanho do Arquivo 5.45 KB
Contagem de Instalações 77
Versão Atual 1.0.0
Última Atualização 2023-08-04
Data de Publicação 2023-08-04
Desenvolvedor BPRD
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}