Procrastination Blocker

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

Qu'est-ce que Procrastination Blocker ?

Procrastination Blocker est une extension Chrome développée par machadop1407, et sa fonction principale est "Simple extension which prevent users from procrastinating by blocking their access to websites like youtube, facebook, and netflix.…".

Captures d'Écran de l'Extension

screenshot

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

Téléchargez les fichiers d'extension Procrastination Blocker 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

                        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.                    

Informations de Base sur l'Extension

Nom Procrastination Blocker Procrastination Blocker
ID baddejledlobehbgdcaeonkleblddmna
URL Officiel 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.…
Taille du Fichier 16.92 KB
Nombre d'Installations 114
Version Actuelle 0.1.1
Dernière Mise à Jour 2020-11-26
Date de Publication 2020-08-25
Développeur machadop1407
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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\/*"
    ]
}