Procrastination Blocker

Simple extension which prevent users from procrastinating by blocking their access to websites like youtube, facebook, and netflix.…

What is Procrastination Blocker?

Procrastination Blocker is a Chrome extension developed by machadop1407, and its main feature is "Simple extension which prevent users from procrastinating by blocking their access to websites like youtube, facebook, and netflix.…".

Extension Screenshots

screenshot

Download Procrastination Blocker Extension CRX File

Download Procrastination Blocker 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

                        Simple extension which prevent users from procrastinating by blocking their access to websites like youtube, facebook, and netflix. If they want to turn off the blocker, they can do it by going to the "manage extensions" section and switching the toggle off.                    

Extension Basic Information

Name Procrastination Blocker Procrastination Blocker
ID baddejledlobehbgdcaeonkleblddmna
Official URL https://chromewebstore.google.com/detail/procrastination-blocker/baddejledlobehbgdcaeonkleblddmna
Description Simple extension which prevent users from procrastinating by blocking their access to websites like youtube, facebook, and netflix.…
File Size 16.92 KB
Installation Count 114
Current Version 0.1.1
Last Updated 2020-11-26
Publish Date 2020-08-25
Developer machadop1407
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Procrastination Blocker",
    "version": "0.1.1",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "Content.js"
            ]
        }
    ],
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "Popup.html",
        "default_title": "Procrastination Blocker"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/www.netflix.com\/*"
    ]
}