Productivity Enforcer

A simple Chrome Extension that prevents the browser from launching websites, which you specify.

What is Productivity Enforcer?

Productivity Enforcer is a Chrome extension developed by chongdashu, and its main feature is "A simple Chrome Extension that prevents the browser from launching websites, which you specify.".

Extension Screenshots

screenshot

Download Productivity Enforcer Extension CRX File

Download Productivity Enforcer 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

                        Use this Chrome Extension to specify a set of terms (e.g., a website URL, or part of a URL) that you would like to block from being opened in Chrome. Toggle the extension easily to help prevent procrastination on websites.                    

Extension Basic Information

Name Productivity Enforcer Productivity Enforcer
ID ckhdpoeddfocfjinehpedlbcihjjmopn
Official URL https://chromewebstore.google.com/detail/productivity-enforcer/ckhdpoeddfocfjinehpedlbcihjjmopn
Description A simple Chrome Extension that prevents the browser from launching websites, which you specify.
File Size 14.59 KB
Installation Count 37
Current Version 3.1
Last Updated 2014-03-30
Publish Date 2014-03-29
Rating 4.75/5 Total 4 Ratings
Developer chongdashu
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Productivity Enforcer",
    "description": "A simple Chrome Extension that prevents the browser from launching websites, which you specify.",
    "version": "3.1",
    "permissions": [
        "activeTab",
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}