LeechBlock NG

LeechBlock is a simple productivity tool designed to block those time-wasting sites that can suck the life out of your working day.

Co to jest LeechBlock NG?

LeechBlock NG to rozszerzenie Chrome opracowane przez James Anderson, a jego główną funkcją jest „LeechBlock is a simple productivity tool designed to block those time-wasting sites that can suck the life out of your working day.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia LeechBlock NG

Pobierz pliki rozszerzeń LeechBlock NG 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

                        LeechBlock NG (Next Generation) is a simple free productivity tool designed to block those time-wasting sites that can suck the life out of your working day. (You know: the ones that rhyme with 'Blue Cube', 'Space Hook', 'Sticky Media', 'Quitter', and the like.) All you need to do is specify which sites to block and when to block them.

You can specify up to 30 sets of sites to block, with different times and days for each set. You can block sites within fixed time periods (e.g., between 9am and 5pm), after a time limit (e.g., allow up to 10 minutes in every hour), or with a combination of time periods and time limit (e.g., allow up to 10 minutes in every hour between 9am and 5pm).

Additional features:

• Lockdown: Block sites immediately for a specified duration.
• Access control: Set a password or random access code for the options page, to slow you down in moments of weakness!
• Delaying: Set a countdown to delay access to sites instead of completely blocking them.
• Wildcards: Block a range of sites (e.g., *.somesite.com).
• Exceptions: Whitelist sites you don't want to be blocked (e.g., +allowedsite.com).

Version history: https://www.proginosko.com/leechblock/version-history/

Documentation: https://www.proginosko.com/leechblock/documentation/

Usage examples: https://www.proginosko.com/leechblock/examples/

Permissions explained: https://www.proginosko.com/leechblock/faq/permissions/

Frequently asked questions: https://www.proginosko.com/leechblock/faq/

Support: https://www.proginosko.com/leechblock/support/                    

Podstawowe informacje o rozszerzeniu

Nazwa LeechBlock NG LeechBlock NG
ID blaaajhemilngeeffpbfkdjjoefldkok
Oficjalny URL https://chromewebstore.google.com/detail/leechblock-ng/blaaajhemilngeeffpbfkdjjoefldkok
Opis LeechBlock is a simple productivity tool designed to block those time-wasting sites that can suck the life out of your working day.
Rozmiar pliku 407 KB
Liczba instalacji 70,000
Aktualna Wersja 1.6.3
Ostatnia Aktualizacja 2024-01-22
Data Publikacji 2020-04-18
Ocena 4.90/5 Łącznie 747 Oceny
Deweloper James Anderson
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.proginosko.com/leechblock/
Adres URL Strony Pomocy https://www.proginosko.com/leechblock/support/
Obsługiwane Języki en,es,it,pt-BR,iw
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "browser_style": false,
        "default_icon": {
            "16": "icons\/leechblock16.png",
            "32": "icons\/leechblock32.png",
            "48": "icons\/leechblock48.png",
            "64": "icons\/leechblock64.png"
        },
        "default_popup": "popup.html",
        "default_title": "LeechBlock"
    },
    "author": "James Anderson",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "homepage_url": "https:\/\/www.proginosko.com\/leechblock\/",
    "host_permissions": [
        ""
    ],
    "icons": {
        "16": "icons\/leechblock16.png",
        "32": "icons\/leechblock32.png",
        "48": "icons\/leechblock48.png",
        "64": "icons\/leechblock64.png",
        "96": "icons\/leechblock96.png",
        "128": "icons\/leechblock128.png"
    },
    "incognito": "split",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "alarms",
        "contextMenus",
        "downloads",
        "history",
        "offscreen",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webNavigation"
    ],
    "version": "1.6.3"
}