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.

Cos'è LeechBlock NG?

LeechBlock NG è un'estensione di Chrome sviluppata da James Anderson, e la sua funzione principale è "LeechBlock is a simple productivity tool designed to block those time-wasting sites that can suck the life out of your working day.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione LeechBlock NG

Scarica i file di estensione LeechBlock NG in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome LeechBlock NG LeechBlock NG
ID blaaajhemilngeeffpbfkdjjoefldkok
URL Ufficiale https://chromewebstore.google.com/detail/leechblock-ng/blaaajhemilngeeffpbfkdjjoefldkok
Descrizione LeechBlock is a simple productivity tool designed to block those time-wasting sites that can suck the life out of your working day.
Dimensione del File 407 KB
Conteggio Installazioni 70,000
Versione Corrente 1.6.3
Ultimo Aggiornamento 2024-01-22
Data di Pubblicazione 2020-04-18
Valutazione 4.90/5 Totale 747 Valutazioni
Sviluppatore James Anderson
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.proginosko.com/leechblock/
URL della Pagina di Aiuto https://www.proginosko.com/leechblock/support/
Lingue Supportate 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"
}