DistractBlock

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

什么是DistractBlock?

DistractBlock是由pandaDevs开发的Chrome扩展程序,该扩展的主要功能是“Temporarily block websites - *** STUDY AID ***”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载DistractBlock扩展crx文件

下载DistractBlock扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 DistractBlock DistractBlock
ID chkocephofomhgkamlgndfolgpgddhnf
官方URL https://chrome.google.com/webstore/detail/distractblock/chkocephofomhgkamlgndfolgpgddhnf
简介 Temporarily block websites - *** STUDY AID ***
文件大小 153 KB
安装次数 90
当前版本 1.1
更新时间 2017-03-08
上架时间 2017-03-08
评分 5.00/5 共4次评分
开发者 pandaDevs
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
    ]
}