No Procrastination

An Extension which will help you to focus on work or study by block social media and youtube website. This Extension will improve…

What is No Procrastination?

No Procrastination is a Chrome extension developed by Nikhil Parekh, and its main feature is "An Extension which will help you to focus on work or study by block social media and youtube website. This Extension will improve…".

Extension Screenshots

screenshot

Download No Procrastination Extension CRX File

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

                        An Extension which will help you to focus on work or study by block social media and youtube website.

This Extension will improve your productivity and once your work is done you can easily turn off the plug in and enjoy your reward (unless scroll on social media)                    

Extension Basic Information

Name No Procrastination No Procrastination
ID nckialmkhccakffgfnnkbelcbdoojnib
Official URL https://chromewebstore.google.com/detail/no-procrastination/nckialmkhccakffgfnnkbelcbdoojnib
Description An Extension which will help you to focus on work or study by block social media and youtube website. This Extension will improve…
File Size 9.92 KB
Installation Count 38
Current Version 1.0
Last Updated 2021-10-22
Publish Date 2021-10-20
Rating 5.00/5 Total 4 Ratings
Developer Nikhil Parekh
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "No Procrastination",
    "version": "1.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "lazy.png",
        "default_title": "No Procrastination"
    },
    "icons": {
        "128": "lazy.png"
    },
    "permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/www.facebook.com\/*",
        "https:\/\/www.netflix.com\/*",
        "https:\/\/www.twitter.com\/*"
    ]
}