ChadGuard

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

Τι είναι το ChadGuard;

Το ChadGuard είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον La Guerre Pièce, και η κύρια λειτουργία του είναι "Reveal your inner chad with ChadGuard, an AI powered website blocker.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης ChadGuard

Λήψη αρχείων επέκτασης 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
Ηλεκτρονικό ταχυδρομείο [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": [
                ""
            ]
        }
    ]
}