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…

Cos'è No Procrastination?

No Procrastination è un'estensione di Chrome sviluppata da Nikhil Parekh, e la sua funzione principale è "An Extension which will help you to focus on work or study by block social media and youtube website. This Extension will improve…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione No Procrastination

Scarica i file di estensione No Procrastination in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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)                    

Informazioni di Base sull'Estensione

Nome No Procrastination No Procrastination
ID nckialmkhccakffgfnnkbelcbdoojnib
URL Ufficiale https://chromewebstore.google.com/detail/no-procrastination/nckialmkhccakffgfnnkbelcbdoojnib
Descrizione An Extension which will help you to focus on work or study by block social media and youtube website. This Extension will improve…
Dimensione del File 9.92 KB
Conteggio Installazioni 38
Versione Corrente 1.0
Ultimo Aggiornamento 2021-10-22
Data di Pubblicazione 2021-10-20
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore Nikhil Parekh
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}