ChadGuard

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

ChadGuard क्या है?

ChadGuard La Guerre Pièce द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reveal your inner chad with ChadGuard, an AI powered website blocker."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ChadGuard एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}