Beta Watch: Parental Monitoring and Control
Parental software that monitors and controls your child's web activity.
Beta Watch: Parental Monitoring and Control क्या है?
Beta Watch: Parental Monitoring and Control Jeffrey McClain द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Parental software that monitors and controls your child's web activity."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Beta Watch: Parental Monitoring and Control एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Beta Watch: Parental Monitoring and Control |
ID | pmjnelnhjaabpglmadebnkjhhcjonggj |
आधिकारिक URL | https://chromewebstore.google.com/detail/beta-watch-parental-monit/pmjnelnhjaabpglmadebnkjhhcjonggj |
विवरण | Parental software that monitors and controls your child's web activity. |
फ़ाइल का आकार | 18.98 KB |
स्थापना संख्या | 39 |
वर्तमान संस्करण | 1.0.7 |
अंतिम अपडेट | 2017-11-28 |
प्रकाशन तिथि | 2017-11-27 |
डेवलपर | Jeffrey McClain |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | 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:\/\/*\/*" ] } |