SafeGaze Browser Extension

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

Co to jest SafeGaze Browser Extension?

SafeGaze Browser Extension to rozszerzenie Chrome opracowane przez https://kahf.ai, a jego główną funkcją jest „SafeGaze detects and masks potentially haram & sensitive contents in your browser.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia SafeGaze Browser Extension

Pobierz pliki rozszerzeń SafeGaze Browser Extension w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa SafeGaze Browser Extension SafeGaze Browser Extension
ID aaddkkmpkpcnchdggomfaehpagbekalb
Oficjalny URL https://chromewebstore.google.com/detail/safegaze-browser-extensio/aaddkkmpkpcnchdggomfaehpagbekalb
Opis SafeGaze detects and masks potentially haram & sensitive contents in your browser.
Rozmiar pliku 538 KB
Liczba instalacji 69
Aktualna Wersja 1.4.3
Ostatnia Aktualizacja 2024-02-19
Data Publikacji 2023-05-14
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://kahf.ai
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://kahf.ai/privacy-policy
Obsługiwane Języki 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"
        }
    ]
}