Limits
Specify daily limits for sites you waste too much time on
Wat is Limits?
Limits is een Chrome-extensie ontwikkeld door 2matto, en de belangrijkste functie is "Specify daily limits for sites you waste too much time on".
Extensie Screenshots
Download het CRX-bestand van de extensie Limits
Download Limits-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Limits |
ID | pilkecnaknpbllkhjcdfghagdfbdgeon |
Officiële URL | https://chromewebstore.google.com/detail/limits/pilkecnaknpbllkhjcdfghagdfbdgeon |
Beschrijving | Specify daily limits for sites you waste too much time on |
Bestandsgrootte | 25.83 KB |
Aantal Installaties | 210 |
Huidige Versie | 0.0.0.4 |
Laatst Bijgewerkt | 2019-04-05 |
Publicatiedatum | 2019-04-04 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | 2matto |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |