Time Saver

Extension Delisted

This extension is no longer available in the official store. Delisted on 2025-09-16.

CRX ID
mbeodbihdnhkgebepkmlenepjfoanfcj
Status
Minor Policy Violation Removed Long Ago No Privacy Policy
Description from extension meta

Block a specific set of sites during specific periods of the week using a JSON formatted string.

Description from store

An extension that blocks certain URLs for certain parts of the week. For instance to block "www.evil.com" and "www.distraction.com" from 1:30AM Monday to 4:37PM Friday and any site that has "fun" in the url on Sunday, the filter would be:

{
"times": [
{
"endDay": 5,
"endHour": 16,
"endMinute": 37,
"startDay": 1,
"startHour": 1,
"startMinute": 30,
"urls": [
"www.evil.com",
"www.distraction.com"
]
},
{
"endDay": 1,
"endHour": 0,
"endMinute": 0,
"startDay": 0,
"startHour": 18,
"startMinute": 0,
"urls": [
"fun"
]
}
]
}

Statistics

Installs
38
Market
Chrome Web Store
Category
-
Rating
0.0 (0 votes)
Last update
2017-05-25
Version 0.0.2
Languages
en