SafeGaze Browser Extension

SafeGaze detects and masks potentially haram & sensitive contents in your browser.

Co je SafeGaze Browser Extension?

SafeGaze Browser Extension je rozšíření Chrome vyvinuté https://kahf.ai, a jeho hlavní funkcí je „SafeGaze detects and masks potentially haram & sensitive contents in your browser.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SafeGaze Browser Extension

Stáhněte si soubory rozšíření SafeGaze Browser Extension ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Protect your spiritual vision

SafeGaze is an AI-powered solution that automatically blurs harmful images on any website. It helps protect your spiritual vision and keep your online browsing experience safe and secure.

This helps to protect the user's spiritual vision by preventing them from being exposed to content that could be harmful to their wellbeing. By using SafeGaze, users can have peace of mind knowing that their online browsing experience is safe and secure.                    

Základní Informace o Rozšíření

Název SafeGaze Browser Extension SafeGaze Browser Extension
ID aaddkkmpkpcnchdggomfaehpagbekalb
Oficiální URL https://chromewebstore.google.com/detail/safegaze-browser-extensio/aaddkkmpkpcnchdggomfaehpagbekalb
Popis SafeGaze detects and masks potentially haram & sensitive contents in your browser.
Velikost souboru 538 KB
Počet instalací 69
Aktuální Verze 1.4.3
Poslední Aktualizace 2024-02-19
Datum Vydání 2023-05-14
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář https://kahf.ai
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://kahf.ai/privacy-policy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "SafeGaze Browser Extension",
    "version": "1.4.3",
    "description": "SafeGaze detects and masks potentially haram & sensitive contents in your browser.",
    "background": {
        "service_worker": "background\/index.js",
        "type": "module"
    },
    "action": {
        "default_popup": "settings\/popup.html",
        "default_icon": {
            "16": "logo\/sg-logo-only.png",
            "32": "logo\/sg-logo-only.png",
            "48": "logo\/sg-logo-only.png",
            "128": "logo\/sg-logo-only.png"
        }
    },
    "icons": {
        "16": "logo\/sg-logo-only.png",
        "32": "logo\/sg-logo-only.png",
        "48": "logo\/sg-logo-only.png",
        "128": "logo\/sg-logo-only.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/index.js"
            ],
            "css": [
                "content\/style.css"
            ],
            "run_at": "document_end"
        }
    ]
}