Procrastination Blocker

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

Cos'è Procrastination Blocker?

Procrastination Blocker è un'estensione di Chrome sviluppata da machadop1407, e la sua funzione principale è "Simple extension which prevent users from procrastinating by blocking their access to websites like youtube, facebook, and netflix.…".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Procrastination Blocker

Scarica i file di estensione Procrastination Blocker 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

                        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.                    

Informazioni di Base sull'Estensione

Nome Procrastination Blocker Procrastination Blocker
ID baddejledlobehbgdcaeonkleblddmna
URL Ufficiale https://chromewebstore.google.com/detail/procrastination-blocker/baddejledlobehbgdcaeonkleblddmna
Descrizione Simple extension which prevent users from procrastinating by blocking their access to websites like youtube, facebook, and netflix.…
Dimensione del File 16.92 KB
Conteggio Installazioni 114
Versione Corrente 0.1.1
Ultimo Aggiornamento 2020-11-26
Data di Pubblicazione 2020-08-25
Sviluppatore machadop1407
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}