Limits
Specify daily limits for sites you waste too much time on
What is Limits?
Limits is a Chrome extension developed by 2matto, and its main feature is "Specify daily limits for sites you waste too much time on".
Extension Screenshots
Download Limits Extension CRX File
Download Limits 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
Set daily limits for websites. Prevent binge watching YouTube or Netflix, or put an end to endlessly scrolling on Facebook and Twitter. Once you hit your daily limit the site will be blocked until the next day. Only active tabs count towards your time. Use regular expressions to define more complex limits.
Extension Basic Information
Name | Limits |
ID | pilkecnaknpbllkhjcdfghagdfbdgeon |
Official URL | https://chromewebstore.google.com/detail/limits/pilkecnaknpbllkhjcdfghagdfbdgeon |
Description | Specify daily limits for sites you waste too much time on |
File Size | 25.83 KB |
Installation Count | 210 |
Current Version | 0.0.0.4 |
Last Updated | 2019-04-05 |
Publish Date | 2019-04-04 |
Rating | 5.00/5 Total 2 Ratings |
Developer | 2matto |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Limits", "short_name": "Limits", "version": "0.0.0.4", "description": "Specify daily limits for sites you waste too much time on", "icons": { "128": "Limits-128.png", "512": "Limits-512.png" }, "options_page": "options.html", "background": { "scripts": [ "background.js" ] }, "permissions": [ "storage", "tabs" ], "browser_action": { "default_icon": "Limits-128.png", "default_popup": "popup.html" }, "manifest_version": 2 } |