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
官方網址 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
}