Time based URL blocking

URL blocking for specific time periods of a day

What is Time based URL blocking?

Time based URL blocking is a Chrome extension developed by Gracetech services, and its main feature is "URL blocking for specific time periods of a day".

Extension Screenshots

screenshot

Download Time based URL blocking Extension CRX File

Download Time based URL blocking extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Time based URL blocking Time based URL blocking
ID hmacejdlhhkfkgooahkhnnakjdnmfneg
Official URL https://chromewebstore.google.com/detail/time-based-url-blocking/hmacejdlhhkfkgooahkhnnakjdnmfneg
Description URL blocking for specific time periods of a day
File Size 55.21 KB
Installation Count 52
Current Version 1.0
Last Updated 2019-04-19
Publish Date 2019-04-15
Rating 3.75/5 Total 4 Ratings
Developer Gracetech services
Email [email protected]
Payment Type free
Supported Languages 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
}