ChadGuard

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

ChadGuard là gì?

ChadGuard là một tiện ích mở rộng Chrome được phát triển bởi La Guerre Pièce, và tính năng chính của nó là "Reveal your inner chad with ChadGuard, an AI powered website blocker.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ChadGuard

Tải xuống các tệp mở rộng ChadGuard dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ChadGuard ChadGuard
ID oogpehhghgfaeojjbflgeemilhkhgbhe
URL Chính Thức https://chromewebstore.google.com/detail/chadguard/oogpehhghgfaeojjbflgeemilhkhgbhe
Mô tả Reveal your inner chad with ChadGuard, an AI powered website blocker.
Kích Thước Tệp 22.18 MB
Số Lần Cài Đặt 1,832
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2022-04-11
Ngày Phát Hành 2022-04-05
Đánh Giá 4.79/5 Tổng số 28 Đánh Giá
Nhà Phát Triển La Guerre Pièce
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/LaGuerrePiece/ChadGuard
URL Trang Trợ Giúp https://github.com/LaGuerrePiece/ChadGuard
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}