ChadGuard

Reveal your inner chad with ChadGuard, an AI powered website blocker.

ChadGuardとは何ですか?

ChadGuardはLa Guerre Pièceによって開発されたChromeの拡張機能で、その主な機能は「Reveal your inner chad with ChadGuard, an AI powered website blocker.」です。

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

screenshot

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

ChadGuard拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        A chrome extension preventing you from wasting your vitality.
ChadGuard blocks websites by URL and AI detection.

Don't forget to activate it in Incognito mode !! 
~Right-clic on icon/Manage extensions/ChadGuard/Details/Allow in Incognito

You can add any websites to the blocklist you want to avoid.
The AI is powered by NSFWJS, an open source library.

Open source : https://github.com/LaGuerrePiece/ChadGuard/                    

拡張機能の基本情報

名前 ChadGuard ChadGuard
ID oogpehhghgfaeojjbflgeemilhkhgbhe
公式URL https://chromewebstore.google.com/detail/chadguard/oogpehhghgfaeojjbflgeemilhkhgbhe
説明 Reveal your inner chad with ChadGuard, an AI powered website blocker.
ファイルサイズ 22.18 MB
インストール数 1,832
現在のバージョン 1.0.4
最終更新日 2022-04-11
公開日 2022-04-05
評価 4.79/5 合計 28 レビュー
開発者 La Guerre Pièce
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/LaGuerrePiece/ChadGuard
ヘルプページのURL https://github.com/LaGuerrePiece/ChadGuard
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ChadGuard",
    "version": "1.0.4",
    "description": "Reveal your inner chad with ChadGuard, an AI powered website blocker.",
    "manifest_version": 3,
    "homepage_url": "https:\/\/github.com\/LaGuerrePiece\/ChadGuard",
    "permissions": [
        "storage",
        "identity"
    ],
    "incognito": "split",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "host_permissions": [
        "https:\/\/discordapp.com\/api\/"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "action": {
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "nsfwjsmin2.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "blockpages\/Stop_And_Reflect.html",
                "blockpages\/Stop_And_Refocus.html",
                "nsfw-filter-models\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}