SafeGaze Browser Extension

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

SafeGaze Browser Extensionとは何ですか?

SafeGaze Browser Extensionはhttps://kahf.aiによって開発されたChromeの拡張機能で、その主な機能は「SafeGaze detects and masks potentially haram & sensitive contents in your browser.」です。

拡張機能のスクリーンショット

screenshot

SafeGaze Browser Extension拡張機能のCRXファイルをダウンロード

SafeGaze Browser Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 SafeGaze Browser Extension SafeGaze Browser Extension
ID aaddkkmpkpcnchdggomfaehpagbekalb
公式URL https://chromewebstore.google.com/detail/safegaze-browser-extensio/aaddkkmpkpcnchdggomfaehpagbekalb
説明 SafeGaze detects and masks potentially haram & sensitive contents in your browser.
ファイルサイズ 538 KB
インストール数 69
現在のバージョン 1.4.3
最終更新日 2024-02-19
公開日 2023-05-14
評価 5.00/5 合計 2 レビュー
開発者 https://kahf.ai
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://kahf.ai/privacy-policy
対応言語 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"
        }
    ]
}