BrowserLock KIDS MODE

BrowserLock KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.

BrowserLock KIDS MODE क्या है?

BrowserLock KIDS MODE https://browserlock.net द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "BrowserLock KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web."।

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Welcome to BrowserLock KIDS MODE – our way of ensuring your children stay safe on the web. This feature intended for kids aged 5 to 12, gives parents complete control over what their kids view online in a simple way, activated remotely or at home.

Keep Your Kids Safe
Choose the online browsers your kids are able to access, how much time they can spend online and deny or accept your kids requests to access new sites.

Personalize The Look
Choose your KIDS MODE home screen to best suit the interests of your little one.

Customize The Settings
The Parents Dashboard allows you to adapt the extension to fit all of yours and your kids’ needs.

Keep Track Of Your Kids
Real-time statistics will show you how much time your kid is spending online and what websites they are viewing.

Do All This Remotely
It doesn’t matter how far from home you are, you can still have complete control over Kids Lock using the extension on a phone or tablet.

find out more at: https://kidsmode.browserlock.net/                    

एक्सटेंशन की मूल जानकारी

नाम BrowserLock KIDS MODE BrowserLock KIDS MODE
ID bpdfgemboafffcebklpmpgelkjgdpgdl
आधिकारिक URL https://chromewebstore.google.com/detail/browserlock-kids-mode/bpdfgemboafffcebklpmpgelkjgdpgdl
विवरण BrowserLock KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.
फ़ाइल का आकार 63.35 KB
स्थापना संख्या 206
वर्तमान संस्करण 0.0.2
अंतिम अपडेट 2023-01-29
प्रकाशन तिथि 2021-07-29
डेवलपर https://browserlock.net
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://kidsmode.browserlock.net
सहायता पृष्ठ URL https://kidsmode.browserlock.net/contact/
गोपनीयता नीति पृष्ठ URL https://letscompare.deals/privacy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BrowserLock KIDS MODE",
    "description": "BrowserLock KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.",
    "version": "0.0.2",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "browser_action": {
        "name": "Open browser lock popup",
        "default_icon": {
            "16": "icons\/16.png"
        },
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "notifications",
        "alarms",
        "idle",
        "*:\/\/*.browserlock.net\/*"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/kidsmode.browserlock.net\/*"
        ],
        "accepts_tls_channel_id": false
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/*.firebasedatabase.app https:\/\/www.googleapis.com; object-src 'self'"
}