SafeGaze Browser Extension

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

Cos'è SafeGaze Browser Extension?

SafeGaze Browser Extension è un'estensione di Chrome sviluppata da https://kahf.ai, e la sua funzione principale è "SafeGaze detects and masks potentially haram & sensitive contents in your browser.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione SafeGaze Browser Extension

Scarica i file di estensione SafeGaze Browser Extension 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

                        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.                    

Informazioni di Base sull'Estensione

Nome SafeGaze Browser Extension SafeGaze Browser Extension
ID aaddkkmpkpcnchdggomfaehpagbekalb
URL Ufficiale https://chromewebstore.google.com/detail/safegaze-browser-extensio/aaddkkmpkpcnchdggomfaehpagbekalb
Descrizione SafeGaze detects and masks potentially haram & sensitive contents in your browser.
Dimensione del File 538 KB
Conteggio Installazioni 69
Versione Corrente 1.4.3
Ultimo Aggiornamento 2024-02-19
Data di Pubblicazione 2023-05-14
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore https://kahf.ai
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://kahf.ai/privacy-policy
Lingue Supportate 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"
        }
    ]
}