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…

Was ist No Procrastination?

No Procrastination ist eine Chrome-Erweiterung, die von Nikhil Parekh entwickelt wurde, und ihr Hauptmerkmal ist "An Extension which will help you to focus on work or study by block social media and youtube website. This Extension will improve…".

Erweiterungsscreenshots

screenshot

No Procrastination-Erweiterungs-CRX-Datei herunterladen

Laden Sie No Procrastination-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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)                    

Grundlegende Informationen zur Erweiterung

Name No Procrastination No Procrastination
ID nckialmkhccakffgfnnkbelcbdoojnib
Offizielle URL https://chromewebstore.google.com/detail/no-procrastination/nckialmkhccakffgfnnkbelcbdoojnib
Beschreibung An Extension which will help you to focus on work or study by block social media and youtube website. This Extension will improve…
Dateigröße 9.92 KB
Installationsanzahl 38
Aktuelle Version 1.0
Letztes Update 2021-10-22
Veröffentlichungsdatum 2021-10-20
Bewertung 5.00/5 Insgesamt 4 Bewertungen
Entwickler Nikhil Parekh
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}