Procrastination Blocker

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

Co to jest Procrastination Blocker?

Procrastination Blocker to rozszerzenie Chrome opracowane przez machadop1407, a jego główną funkcją jest „Simple extension which prevent users from procrastinating by blocking their access to websites like youtube, facebook, and netflix.…”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Procrastination Blocker

Pobierz pliki rozszerzeń Procrastination Blocker w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Procrastination Blocker Procrastination Blocker
ID baddejledlobehbgdcaeonkleblddmna
Oficjalny URL https://chromewebstore.google.com/detail/procrastination-blocker/baddejledlobehbgdcaeonkleblddmna
Opis Simple extension which prevent users from procrastinating by blocking their access to websites like youtube, facebook, and netflix.…
Rozmiar pliku 16.92 KB
Liczba instalacji 114
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2020-11-26
Data Publikacji 2020-08-25
Deweloper machadop1407
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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\/*"
    ]
}