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…

Qu'est-ce que No Procrastination ?

No Procrastination est une extension Chrome développée par Nikhil Parekh, et sa fonction principale est "An Extension which will help you to focus on work or study by block social media and youtube website. This Extension will improve…".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension No Procrastination

Téléchargez les fichiers d'extension No Procrastination au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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)                    

Informations de Base sur l'Extension

Nom No Procrastination No Procrastination
ID nckialmkhccakffgfnnkbelcbdoojnib
URL Officiel 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…
Taille du Fichier 9.92 KB
Nombre d'Installations 38
Version Actuelle 1.0
Dernière Mise à Jour 2021-10-22
Date de Publication 2021-10-20
Évaluation 5.00/5 Total 4 Évaluations
Développeur Nikhil Parekh
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}