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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย James Anderson และคุณลักษณะหลักของมันคือ "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

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย LeechBlock NG

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}