ChadGuard

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

Qu'est-ce que ChadGuard ?

ChadGuard est une extension Chrome développée par La Guerre Pièce, et sa fonction principale est "Reveal your inner chad with ChadGuard, an AI powered website blocker.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension ChadGuard

Téléchargez les fichiers d'extension ChadGuard au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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/                    

Informations de Base sur l'Extension

Nom ChadGuard ChadGuard
ID oogpehhghgfaeojjbflgeemilhkhgbhe
URL Officiel https://chromewebstore.google.com/detail/chadguard/oogpehhghgfaeojjbflgeemilhkhgbhe
Description Reveal your inner chad with ChadGuard, an AI powered website blocker.
Taille du Fichier 22.18 MB
Nombre d'Installations 1,832
Version Actuelle 1.0.4
Dernière Mise à Jour 2022-04-11
Date de Publication 2022-04-05
Évaluation 4.79/5 Total 28 Évaluations
Développeur La Guerre Pièce
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/LaGuerrePiece/ChadGuard
URL de la Page d'Aide https://github.com/LaGuerrePiece/ChadGuard
Langues Prises en Charge 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": [
                ""
            ]
        }
    ]
}