Focus Squirrel - Free Site Blocker

Block sites for less distraction, and get more done

Focus Squirrel - Free Site Blocker là gì?

Focus Squirrel - Free Site Blocker là một tiện ích mở rộng Chrome được phát triển bởi Hieu Nguyen, và tính năng chính của nó là "Block sites for less distraction, and get more done".

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

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Focus Squirrel - Free Site Blocker

Tải xuống các tệp mở rộng Focus Squirrel - Free Site Blocker 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

                        Free site blocker allows you quickly block and unblock unlimited sites. It helps you to think twice before spending time on a website. For less distraction, and get more done.

Available features:
- Unlimited site blocking
- Manage blocked sites
- Disable/enable blocking feature (for all site)
- Disable/enable blocking for a blocked site
- Weekly analytics

Support and feedbacks are appreciated!                    

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

Tên Focus Squirrel - Free Site Blocker Focus Squirrel - Free Site Blocker
ID pnoemadkmlgadfigjbplnbhpoiiikgpi
URL Chính Thức https://chromewebstore.google.com/detail/focus-squirrel-free-site/pnoemadkmlgadfigjbplnbhpoiiikgpi
Mô tả Block sites for less distraction, and get more done
Kích Thước Tệp 185 KB
Số Lần Cài Đặt 85
Phiên Bản Hiện Tại 2.1
Cập Nhật Lần Cuối 2023-04-21
Ngày Phát Hành 2022-02-12
Nhà Phát Triển Hieu Nguyen
Email [email protected]
Loại Thanh Toán free
URL Trang Trợ Giúp https://paypal.me/hieussr
URL Trang Chính Sách Bảo Mật https://hieunguyen.info/webstore-privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Focus Squirrel - Free Site Blocker",
    "description": "Block sites for less distraction, and get more done",
    "version": "2.1",
    "options_ui": {
        "page": "options.html"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon_16x16.png",
            "32": "icons\/icon_32x32.png",
            "128": "icons\/icon_128x128.png",
            "256": "icons\/icon_256x256.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon_16x16.png",
        "32": "icons\/icon_32x32.png",
        "128": "icons\/icon_128x128.png",
        "256": "icons\/icon_256x256.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ]
}