SafeGaze Browser Extension

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

Was ist SafeGaze Browser Extension?

SafeGaze Browser Extension ist eine Chrome-Erweiterung, die von https://kahf.ai entwickelt wurde, und ihr Hauptmerkmal ist "SafeGaze detects and masks potentially haram & sensitive contents in your browser.".

Erweiterungsscreenshots

screenshot

SafeGaze Browser Extension-Erweiterungs-CRX-Datei herunterladen

Laden Sie SafeGaze Browser Extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name SafeGaze Browser Extension SafeGaze Browser Extension
ID aaddkkmpkpcnchdggomfaehpagbekalb
Offizielle URL https://chromewebstore.google.com/detail/safegaze-browser-extensio/aaddkkmpkpcnchdggomfaehpagbekalb
Beschreibung SafeGaze detects and masks potentially haram & sensitive contents in your browser.
Dateigröße 538 KB
Installationsanzahl 69
Aktuelle Version 1.4.3
Letztes Update 2024-02-19
Veröffentlichungsdatum 2023-05-14
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler https://kahf.ai
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://kahf.ai/privacy-policy
Unterstützte Sprachen 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"
        }
    ]
}