Time based URL blocking

URL blocking for specific time periods of a day

什么是Time based URL blocking?

Time based URL blocking是由Gracetech services开发的Chrome扩展程序,该扩展的主要功能是“URL blocking for specific time periods of a day”。

扩展截图

screenshot

下载Time based URL blocking扩展crx文件

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

扩展使用说明

                        The app will allow you to specify the URLs you wish to be blocked, and the blocking time periods of each day of week.  You can use keywords to block all URLs that contain the keywords                    

扩展基本信息

名称 Time based URL blocking Time based URL blocking
ID hmacejdlhhkfkgooahkhnnakjdnmfneg
官方URL https://chromewebstore.google.com/detail/time-based-url-blocking/hmacejdlhhkfkgooahkhnnakjdnmfneg
简介 URL blocking for specific time periods of a day
文件大小 55.21 KB
安装次数 52
当前版本 1.0
更新时间 2019-04-19
上架时间 2019-04-15
评分 3.75/5 共4次评分
开发者 Gracetech services
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Time based URL blocking",
    "version": "1.0",
    "description": "URL blocking for specific time periods of a day",
    "background": {
        "scripts": [
            "commonfn.js",
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "icons": {
        "48": "StopClock48.png",
        "128": "StopClock128.png"
    },
    "browser_action": {
        "default_icon": "StopClock48.png",
        "default_popup": "options.html"
    },
    "options_page": "options.html",
    "manifest_version": 2
}