SafeGaze Browser Extension

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

Qu'est-ce que SafeGaze Browser Extension ?

SafeGaze Browser Extension est une extension Chrome développée par https://kahf.ai, et sa fonction principale est "SafeGaze detects and masks potentially haram & sensitive contents in your browser.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SafeGaze Browser Extension

Téléchargez les fichiers d'extension SafeGaze Browser Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom SafeGaze Browser Extension SafeGaze Browser Extension
ID aaddkkmpkpcnchdggomfaehpagbekalb
URL Officiel https://chromewebstore.google.com/detail/safegaze-browser-extensio/aaddkkmpkpcnchdggomfaehpagbekalb
Description SafeGaze detects and masks potentially haram & sensitive contents in your browser.
Taille du Fichier 538 KB
Nombre d'Installations 69
Version Actuelle 1.4.3
Dernière Mise à Jour 2024-02-19
Date de Publication 2023-05-14
Évaluation 5.00/5 Total 2 Évaluations
Développeur https://kahf.ai
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://kahf.ai/privacy-policy
Langues Prises en Charge 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"
        }
    ]
}