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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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": [
                ""
            ]
        }
    ]
}