Procrastination Blocker

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

Was ist Procrastination Blocker?

Procrastination Blocker ist eine Chrome-Erweiterung, die von machadop1407 entwickelt wurde, und ihr Hauptmerkmal ist "Simple extension which prevent users from procrastinating by blocking their access to websites like youtube, facebook, and netflix.…".

Erweiterungsscreenshots

screenshot

Procrastination Blocker-Erweiterungs-CRX-Datei herunterladen

Laden Sie Procrastination Blocker-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Procrastination Blocker Procrastination Blocker
ID baddejledlobehbgdcaeonkleblddmna
Offizielle URL https://chromewebstore.google.com/detail/procrastination-blocker/baddejledlobehbgdcaeonkleblddmna
Beschreibung Simple extension which prevent users from procrastinating by blocking their access to websites like youtube, facebook, and netflix.…
Dateigröße 16.92 KB
Installationsanzahl 114
Aktuelle Version 0.1.1
Letztes Update 2020-11-26
Veröffentlichungsdatum 2020-08-25
Entwickler machadop1407
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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\/*"
    ]
}