SafeGaze Browser Extension

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

Wat is SafeGaze Browser Extension?

SafeGaze Browser Extension is een Chrome-extensie ontwikkeld door https://kahf.ai, en de belangrijkste functie is "SafeGaze detects and masks potentially haram & sensitive contents in your browser.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie SafeGaze Browser Extension

Download SafeGaze Browser Extension-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SafeGaze Browser Extension SafeGaze Browser Extension
ID aaddkkmpkpcnchdggomfaehpagbekalb
Officiële URL https://chromewebstore.google.com/detail/safegaze-browser-extensio/aaddkkmpkpcnchdggomfaehpagbekalb
Beschrijving SafeGaze detects and masks potentially haram & sensitive contents in your browser.
Bestandsgrootte 538 KB
Aantal Installaties 69
Huidige Versie 1.4.3
Laatst Bijgewerkt 2024-02-19
Publicatiedatum 2023-05-14
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://kahf.ai
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://kahf.ai/privacy-policy
Ondersteunde Talen 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"
        }
    ]
}