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
官方網址 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
電子郵箱 [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"
        }
    ]
}