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.

Was ist LeechBlock NG?

LeechBlock NG ist eine Chrome-Erweiterung, die von James Anderson entwickelt wurde, und ihr Hauptmerkmal ist "LeechBlock is a simple productivity tool designed to block those time-wasting sites that can suck the life out of your working day.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

LeechBlock NG-Erweiterungs-CRX-Datei herunterladen

Laden Sie LeechBlock NG-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

                        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/                    

Grundlegende Informationen zur Erweiterung

Name LeechBlock NG LeechBlock NG
ID blaaajhemilngeeffpbfkdjjoefldkok
Offizielle URL https://chromewebstore.google.com/detail/leechblock-ng/blaaajhemilngeeffpbfkdjjoefldkok
Beschreibung LeechBlock is a simple productivity tool designed to block those time-wasting sites that can suck the life out of your working day.
Dateigröße 407 KB
Installationsanzahl 70,000
Aktuelle Version 1.6.3
Letztes Update 2024-01-22
Veröffentlichungsdatum 2020-04-18
Bewertung 4.90/5 Insgesamt 747 Bewertungen
Entwickler James Anderson
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.proginosko.com/leechblock/
Hilfeseite URL https://www.proginosko.com/leechblock/support/
Unterstützte Sprachen 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"
}