ChadGuard

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

Cos'è ChadGuard?

ChadGuard è un'estensione di Chrome sviluppata da La Guerre Pièce, e la sua funzione principale è "Reveal your inner chad with ChadGuard, an AI powered website blocker.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione ChadGuard

Scarica i file di estensione ChadGuard in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome ChadGuard ChadGuard
ID oogpehhghgfaeojjbflgeemilhkhgbhe
URL Ufficiale https://chromewebstore.google.com/detail/chadguard/oogpehhghgfaeojjbflgeemilhkhgbhe
Descrizione Reveal your inner chad with ChadGuard, an AI powered website blocker.
Dimensione del File 22.18 MB
Conteggio Installazioni 1,832
Versione Corrente 1.0.4
Ultimo Aggiornamento 2022-04-11
Data di Pubblicazione 2022-04-05
Valutazione 4.79/5 Totale 28 Valutazioni
Sviluppatore La Guerre Pièce
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/LaGuerrePiece/ChadGuard
URL della Pagina di Aiuto https://github.com/LaGuerrePiece/ChadGuard
Lingue Supportate 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": [
                ""
            ]
        }
    ]
}