Procrastination Blocker

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

Wat is Procrastination Blocker?

Procrastination Blocker is een Chrome-extensie ontwikkeld door machadop1407, en de belangrijkste functie is "Simple extension which prevent users from procrastinating by blocking their access to websites like youtube, facebook, and netflix.…".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Procrastination Blocker

Download Procrastination Blocker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Procrastination Blocker Procrastination Blocker
ID baddejledlobehbgdcaeonkleblddmna
Officiële URL https://chromewebstore.google.com/detail/procrastination-blocker/baddejledlobehbgdcaeonkleblddmna
Beschrijving Simple extension which prevent users from procrastinating by blocking their access to websites like youtube, facebook, and netflix.…
Bestandsgrootte 16.92 KB
Aantal Installaties 114
Huidige Versie 0.1.1
Laatst Bijgewerkt 2020-11-26
Publicatiedatum 2020-08-25
Ontwikkelaar machadop1407
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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\/*"
    ]
}