ChadGuard

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

Vad är ChadGuard?

ChadGuard är en Chrome-tillägg utvecklad av La Guerre Pièce, och dess huvudfunktion är "Reveal your inner chad with ChadGuard, an AI powered website blocker.".

Tilläggsskärmbilder

screenshot

Ladda ner ChadGuard-förlängningens CRX-fil

Ladda ner ChadGuard-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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/                    

Grundläggande Information om Tillägg

Namn ChadGuard ChadGuard
ID oogpehhghgfaeojjbflgeemilhkhgbhe
Officiell webbadress https://chromewebstore.google.com/detail/chadguard/oogpehhghgfaeojjbflgeemilhkhgbhe
Beskrivning Reveal your inner chad with ChadGuard, an AI powered website blocker.
Filstorlek 22.18 MB
Antal Installationer 1,832
Aktuell Version 1.0.4
Senast Uppdaterad 2022-04-11
Publiceringsdatum 2022-04-05
Betyg 4.79/5 Totalt 28 Betyg
Utvecklare La Guerre Pièce
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/LaGuerrePiece/ChadGuard
Hjälpsida URL https://github.com/LaGuerrePiece/ChadGuard
Stödda Språk 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": [
                ""
            ]
        }
    ]
}