Beta Watch: Parental Monitoring and Control
Parental software that monitors and controls your child's web activity.
Co je Beta Watch: Parental Monitoring and Control?
Beta Watch: Parental Monitoring and Control je rozšíření Chrome vyvinuté Jeffrey McClain, a jeho hlavní funkcí je „Parental software that monitors and controls your child's web activity.“.
Stáhnout soubor CRX rozšíření Beta Watch: Parental Monitoring and Control
Stáhněte si soubory rozšíření Beta Watch: Parental Monitoring and Control ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
This extension is part of Team Beta's project for CS 4310, Software Engineering I with professor Hank Stalica. It connects to a websocket and requests the blacklist, whitelist, and security level every 15 seconds. Websites specified in the blacklist are always blocked. The extension also saves the blacklist after the browser is closed, so if it fails to connect to the websocket the last known blacklist is enforced. Depending on the security level, websites specified on the whitelist are logged and/or blocked. Extension Developer: Jeffrey McClain Team Beta: Raymond Burke Alexis Lara Vincent Mark Mariano Jeffrey McClain Patryk Skowronski-Stec
Základní Informace o Rozšíření
Název | Beta Watch: Parental Monitoring and Control |
ID | pmjnelnhjaabpglmadebnkjhhcjonggj |
Oficiální URL | https://chromewebstore.google.com/detail/beta-watch-parental-monit/pmjnelnhjaabpglmadebnkjhhcjonggj |
Popis | Parental software that monitors and controls your child's web activity. |
Velikost souboru | 18.98 KB |
Počet instalací | 39 |
Aktuální Verze | 1.0.7 |
Poslední Aktualizace | 2017-11-28 |
Datum Vydání | 2017-11-27 |
Vývojář | Jeffrey McClain |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Beta Watch: Parental Monitoring and Control", "short_name": "Beta Watch", "version": "1.0.7", "manifest_version": 2, "description": "Parental software that monitors and controls your child's web activity.", "background": { "scripts": [ "background.js", "timer.js" ] }, "icons": { "128": "images\/shiftyEyes.png" }, "browser_action": { "default_icon": "images\/shiftyEyes.png", "default_title": "Team Beta" }, "permissions": [ "storage", "history", "webRequest", "webRequestBlocking", "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |