Work Safe Browsing

Browse the web in peace

What is Work Safe Browsing?

Work Safe Browsing is a Chrome extension developed by Cagy.org, and its main feature is "Browse the web in peace".

Download Work Safe Browsing Extension CRX File

Download Work Safe Browsing 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

                        This browser extension allows you to browse the web in peace at work by removing all colors from web pages and reduce the visibility* of images and videos.
When you do want to see a specific video or image just hold your mouse over it.                    

Extension Basic Information

Name Work Safe Browsing Work Safe Browsing
ID hpdfhleihbpjgbelhpgpbeajhgjfjjjh
Official URL https://chrome.google.com/webstore/detail/work-safe-browsing/hpdfhleihbpjgbelhpgpbeajhgjfjjjh
Description Browse the web in peace
File Size 108 KB
Installation Count 33
Current Version 1.0
Last Updated 2014-04-08
Publish Date 2014-04-08
Rating 5.00/5 Total 1 Ratings
Developer Cagy.org
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Work Safe Browsing",
    "description": "Browse the web in peace",
    "version": "1.0",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        ""
    ],
    "browser_action": {
        "default_title": "wsb"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js"
            ]
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}