Procrastination Blocker

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

Hvad er Procrastination Blocker?

Procrastination Blocker er en Chrome-udvidelse udviklet af machadop1407, og dens hovedfunktion er "Simple extension which prevent users from procrastinating by blocking their access to websites like youtube, facebook, and netflix.…".

Udvidelsesskærmbilleder

screenshot

Download Procrastination Blocker-udvidelses-CRX-fil

Download Procrastination Blocker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Procrastination Blocker Procrastination Blocker
ID baddejledlobehbgdcaeonkleblddmna
Officiel URL https://chromewebstore.google.com/detail/procrastination-blocker/baddejledlobehbgdcaeonkleblddmna
Beskrivelse Simple extension which prevent users from procrastinating by blocking their access to websites like youtube, facebook, and netflix.…
Filstørrelse 16.92 KB
Antal Installationer 114
Nuværende Version 0.1.1
Senest Opdateret 2020-11-26
Udgivelsesdato 2020-08-25
Udvikler machadop1407
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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\/*"
    ]
}