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
官方網址 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
電子郵箱 [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": [
                ""
            ]
        }
    ]
}