Focused - Website Blocker

A free and open source website blocker. Now block those distracting websites and smash your goals!

Focused - Website Blocker là gì?

Focused - Website Blocker là một tiện ích mở rộng Chrome được phát triển bởi Sahil Khurana, và tính năng chính của nó là "A free and open source website blocker. Now block those distracting websites and smash your goals!".

Ả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 Focused - Website Blocker

Tải xuống các tệp mở rộng Focused - Website 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

                        To block a website, simply click on the "Block This Site!" button in the extension popup. You can block unlimited websites using this extension.
Focused is open source. The source code is available on Github. Link to source code is in the website section.

Upcoming features:
1. Ability to turn blocking on and off for scheduled times.
2. Ability to set a timer for blocking duration.
3. Ability to add websites to blocked list from extension settings page.

For feedback and suggestions you can reach out to me at - [email protected]
If you are familiar with Github, feel free to raise an issue on the repository itself.

Have a productive day ahead!                    

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

Tên Focused - Website Blocker Focused - Website Blocker
ID gohlodncmafjmajkfemnppioagfbjcpl
URL Chính Thức https://chromewebstore.google.com/detail/focused-website-blocker/gohlodncmafjmajkfemnppioagfbjcpl
Mô tả A free and open source website blocker. Now block those distracting websites and smash your goals!
Kích Thước Tệp 5.41 MB
Số Lần Cài Đặt 614
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2021-04-05
Ngày Phát Hành 2021-04-04
Đánh Giá 4.89/5 Tổng số 9 Đánh Giá
Nhà Phát Triển Sahil Khurana
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/sahilkhurana19/focused-extension
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Focused - Website Blocker",
    "version": "0.1.0",
    "description": "A free and open source website blocker. Now block those distracting websites and smash your goals!",
    "permissions": [
        "storage",
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "options_page": "options\/options.html",
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "static\/images\/icon\/blocked_16x16.png",
            "32": "static\/images\/icon\/blocked_32x32.png",
            "48": "static\/images\/icon\/blocked_64x64.png",
            "128": "static\/images\/icon\/blocked_128x128.png"
        }
    },
    "icons": {
        "16": "static\/images\/icon\/blocked_16x16.png",
        "32": "static\/images\/icon\/blocked_32x32.png",
        "48": "static\/images\/icon\/blocked_64x64.png",
        "128": "static\/images\/icon\/blocked_128x128.png"
    },
    "manifest_version": 2
}