NSFW Content Blocker

Website Blocker is a addon which blocks NSFW websites.

NSFW Content Blockerとは何ですか?

NSFW Content BlockerはBPRDによって開発されたChromeの拡張機能で、その主な機能は「Website Blocker is a addon which blocks NSFW websites.」です。

拡張機能のスクリーンショット

screenshot

NSFW Content Blocker拡張機能のCRXファイルをダウンロード

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
Eメール [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"
}