SafeGaze Browser Extension

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

SafeGaze Browser Extension क्या है?

SafeGaze Browser Extension https://kahf.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "SafeGaze detects and masks potentially haram & sensitive contents in your browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SafeGaze Browser Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [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"
        }
    ]
}