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によって開発されたChromeの拡張機能で、その主な機能は「Parental software that monitors and controls your child's web activity.」です。

Beta Watch: Parental Monitoring and Control拡張機能のCRXファイルをダウンロード

Beta Watch: Parental Monitoring and Control拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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 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
Eメール [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:\/\/*\/*"
    ]
}