WebSecurity for mac

This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.

What is WebSecurity for mac?

WebSecurity for mac is a Chrome extension developed by ATIdeveloper, and its main feature is "This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.".

Extension Screenshots

screenshot

Download WebSecurity for mac Extension CRX File

Download WebSecurity for mac extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        WebSecurity is a Google Chrome extension that works in conjunction with Awareness Technologies user productivity monitoring software package to monitor and block access to web content in the Chrome browser. This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the Awareness Technologies software. Screenshot shows what happens when a blocked website is reached when the extension is in use in conjunction with Awareness Technologies user productivity monitoring software.                    

Extension Basic Information

Name WebSecurity for mac WebSecurity for mac
ID onbpjbgmafgedakpmkmgcbogfomcpjjd
Official URL https://chromewebstore.google.com/detail/websecurity-for-mac/onbpjbgmafgedakpmkmgcbogfomcpjjd
Description This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.
File Size 12.93 KB
Installation Count 449
Current Version 2.4
Last Updated 2022-10-13
Publish Date 2020-02-16
Rating 1.73/5 Total 11 Ratings
Developer ATIdeveloper
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.webwatcher.com/privacy-policy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WebSecurity for mac",
    "version": "2.4",
    "description": "This extension is installed via the Administrator of the computer so that web browsing follows the policies in place for the ATI.",
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "",
        "webRequestBlocking",
        "nativeMessaging"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentscript.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "background": {
        "page": "background.html"
    },
    "web_accessible_resources": [
        "XMLHttpRequest.js"
    ]
}