Time Snatch - Block Websites with Timers

Block websites, control your browsing patterns and beat procrastination.

Time Snatch - Block Websites with Timers là gì?

Time Snatch - Block Websites with Timers là một tiện ích mở rộng Chrome được phát triển bởi Snatch Solutions, và tính năng chính của nó là "Block websites, control your browsing patterns and beat procrastination.".

Ả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 Time Snatch - Block Websites with Timers

Tải xuống các tệp mở rộng Time Snatch - Block Websites with Timers 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

                        Time Snatch boosts your productivity by allowing you to limit the amount of time you spend on distracting websites. 

You can completely block off a website or allow yourself to enjoy it for a few minutes (or hours) per day. After navigating to a distracting site you will be redirected to a productive one of your choice or to our default inspiring web page that will throw motivating quotes at you. 

Time Snatch is lightweight, reliable and secure. It gives you the flexibility to block and manage each website individually. 

Any comments, suggestions and ideas are welcome! Your feedback is invaluable and the extension will evolve depending on YOUR needs. Expect frequent updates and quick responses.

The "Read your browsing history" permission is needed to check whether the current website you are visiting matches any of the ones you have blocked. The extension never saves, sends or uses any of this information for other purposes. You can verify this by checking the open-source code at https://github.com/Thinkorswim/time-snatch.                    

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

Tên Time Snatch - Block Websites with Timers Time Snatch - Block Websites with Timers
ID epamlgdeklcjkldoaclgjdmjnchdgbho
URL Chính Thức https://chromewebstore.google.com/detail/time-snatch-block-website/epamlgdeklcjkldoaclgjdmjnchdgbho
Mô tả Block websites, control your browsing patterns and beat procrastination.
Kích Thước Tệp 438 KB
Số Lần Cài Đặt 333
Phiên Bản Hiện Tại 2.1.2
Cập Nhật Lần Cuối 2024-01-31
Ngày Phát Hành 2020-04-23
Đánh Giá 4.33/5 Tổng số 18 Đánh Giá
Nhà Phát Triển Snatch Solutions
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/Thinkorswim/time-snatch
URL Trang Trợ Giúp https://github.com/Thinkorswim/time-snatch/issues
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Time Snatch - Block Websites with Timers",
    "short_name": "Time Snatch",
    "version": "2.1.2",
    "description": "Block websites, control your browsing patterns and beat procrastination.",
    "icons": {
        "128": "images\/logo128.png",
        "48": "images\/logo48.png",
        "16": "images\/logo16.png"
    },
    "action": {
        "defualt_icon": "images\/logo16.png",
        "default_popup": "popup.html"
    },
    "options_page": "options.html",
    "background": {
        "service_worker": "scripts\/controller.js"
    },
    "permissions": [
        "storage",
        "notifications",
        "tabs"
    ]
}