BrowserLock KIDS MODE
BrowserLock KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.
Cos'è BrowserLock KIDS MODE?
BrowserLock KIDS MODE è un'estensione di Chrome sviluppata da https://browserlock.net, e la sua funzione principale è "BrowserLock KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BrowserLock KIDS MODE
Scarica i file di estensione BrowserLock KIDS MODE in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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/
Informazioni di Base sull'Estensione
Nome | |
ID | bpdfgemboafffcebklpmpgelkjgdpgdl |
URL Ufficiale | https://chromewebstore.google.com/detail/browserlock-kids-mode/bpdfgemboafffcebklpmpgelkjgdpgdl |
Descrizione | BrowserLock KIDS MODE gives parents complete control over what their kids view online, ensuring all kids stay safe on the web. |
Dimensione del File | 63.35 KB |
Conteggio Installazioni | 206 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2023-01-29 |
Data di Pubblicazione | 2021-07-29 |
Sviluppatore | https://browserlock.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://kidsmode.browserlock.net |
URL della Pagina di Aiuto | https://kidsmode.browserlock.net/contact/ |
URL della Pagina della Politica sulla Privacy | https://letscompare.deals/privacy |
Lingue Supportate | 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'" } |