DistractBlock

Temporarily block websites - *** STUDY AID ***

DistractBlock là gì?

DistractBlock là một tiện ích mở rộng Chrome được phát triển bởi pandaDevs, và tính năng chính của nó là "Temporarily block websites - *** STUDY AID ***".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        Be more productive and stay focused with DistractBlock.

A simple, easy to use study aid to block distracting websites.

You can block sites individually or you can create a list of sites to block in a single click.

Sites continue to be blocked until the user selected timer runs out.


Please do not hesitate to email me any issues/suggestions you have before giving negative feedback!
I will try and fix issues ASAP.                    

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

Tên DistractBlock DistractBlock
ID chkocephofomhgkamlgndfolgpgddhnf
URL Chính Thức https://chrome.google.com/webstore/detail/distractblock/chkocephofomhgkamlgndfolgpgddhnf
Mô tả Temporarily block websites - *** STUDY AID ***
Kích Thước Tệp 153 KB
Số Lần Cài Đặt 90
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2017-03-08
Ngày Phát Hành 2017-03-08
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển pandaDevs
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "DistractBlock",
    "short_name": "DistractBlock",
    "description": "Temporarily block websites - *** STUDY AID ***",
    "version": "1.1",
    "manifest_version": 2,
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "img\/icons\/not_active_64.png"
    },
    "background": {
        "scripts": [
            "jquery.js",
            "background.js"
        ]
    },
    "icons": {
        "32": "img\/icons\/active_32.png",
        "64": "img\/icons\/active_64.png",
        "128": "img\/icons\/active_128.png"
    },
    "web_accessible_resources": [
        "blocked.html"
    ],
    "permissions": [
        "webNavigation",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "declarativeContent",
        "storage"
    ]
}