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.

什么是LeechBlock NG?

LeechBlock NG是由James Anderson开发的Chrome扩展程序,该扩展的主要功能是“LeechBlock is a simple productivity tool designed to block those time-wasting sites that can suck the life out of your working day.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载LeechBlock NG扩展crx文件

下载LeechBlock NG扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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/                    

扩展基本信息

名称 LeechBlock NG LeechBlock NG
ID blaaajhemilngeeffpbfkdjjoefldkok
官方URL https://chromewebstore.google.com/detail/leechblock-ng/blaaajhemilngeeffpbfkdjjoefldkok
简介 LeechBlock is a simple productivity tool designed to block those time-wasting sites that can suck the life out of your working day.
文件大小 407 KB
安装次数 70,000
当前版本 1.6.3
更新时间 2024-01-22
上架时间 2020-04-18
评分 4.90/5 共747次评分
开发者 James Anderson
电子邮箱 [email protected]
付费类型 free
扩展官网 https://www.proginosko.com/leechblock/
帮助页面URL https://www.proginosko.com/leechblock/support/
支持的语言 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"
}