PawBlock

Block websites to prevent procrastination and excessive web surfing.

PawBlock là gì?

PawBlock là một tiện ích mở rộng Chrome được phát triển bởi https://dannyguo.com, và tính năng chính của nó là "Block websites to prevent procrastination and excessive web surfing.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng PawBlock

Tải xuống các tệp mở rộng PawBlock dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Block distracting sites with PawBlock when you need to get something done first.

Configure a blacklist of websites, and when you try to visit one, PawBlock will stop you and encourage you to get back to what you were doing.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên PawBlock PawBlock
ID jngmmiaolbliepfphdnelgfcclpnkoja
URL Chính Thức https://chromewebstore.google.com/detail/pawblock/jngmmiaolbliepfphdnelgfcclpnkoja
Mô tả Block websites to prevent procrastination and excessive web surfing.
Kích Thước Tệp 948 KB
Số Lần Cài Đặt 1,201
Phiên Bản Hiện Tại 0.5.1
Cập Nhật Lần Cuối 2022-12-26
Ngày Phát Hành 2018-05-28
Đánh Giá 4.71/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://dannyguo.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://pawblock.dannyguo.com
URL Trang Trợ Giúp https://github.com/dguo/pawblock/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PawBlock",
    "version": "0.5.1",
    "description": "Block websites to prevent procrastination and excessive web surfing.",
    "applications": {
        "gecko": {
            "id": "@pawblock"
        }
    },
    "icons": {
        "16": "images\/icon-16-on.png",
        "32": "images\/icon-32-on.png",
        "48": "images\/icon-48-on.png",
        "128": "images\/icon-128-on.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon-16-on.png",
            "32": "images\/icon-32-on.png",
            "48": "images\/icon-48-on.png",
            "128": "images\/icon-128-on.png"
        },
        "default_title": "PawBlock",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "scripts\/background.js"
        ],
        "persistent": false
    },
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "browser_style": false,
        "chrome_style": false,
        "open_in_tab": true
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "downloads",
        "storage",
        "webNavigation"
    ],
    "web_accessible_resources": [
        "block.html"
    ]
}