SafeGaze Browser Extension

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

O que é SafeGaze Browser Extension?

SafeGaze Browser Extension é uma extensão do Chrome desenvolvida por https://kahf.ai, e sua principal característica é "SafeGaze detects and masks potentially haram & sensitive contents in your browser.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão SafeGaze Browser Extension

Baixe arquivos de extensão SafeGaze Browser Extension no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome SafeGaze Browser Extension SafeGaze Browser Extension
ID aaddkkmpkpcnchdggomfaehpagbekalb
URL Oficial https://chromewebstore.google.com/detail/safegaze-browser-extensio/aaddkkmpkpcnchdggomfaehpagbekalb
Descrição SafeGaze detects and masks potentially haram & sensitive contents in your browser.
Tamanho do Arquivo 538 KB
Contagem de Instalações 69
Versão Atual 1.4.3
Última Atualização 2024-02-19
Data de Publicação 2023-05-14
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://kahf.ai
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://kahf.ai/privacy-policy
Idiomas Suportados 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"
        }
    ]
}