Limits

Specify daily limits for sites you waste too much time on

Cos'è Limits?

Limits è un'estensione di Chrome sviluppata da 2matto, e la sua funzione principale è "Specify daily limits for sites you waste too much time on".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Limits

Scarica i file di estensione Limits in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Limits Limits
ID pilkecnaknpbllkhjcdfghagdfbdgeon
URL Ufficiale https://chromewebstore.google.com/detail/limits/pilkecnaknpbllkhjcdfghagdfbdgeon
Descrizione Specify daily limits for sites you waste too much time on
Dimensione del File 25.83 KB
Conteggio Installazioni 210
Versione Corrente 0.0.0.4
Ultimo Aggiornamento 2019-04-05
Data di Pubblicazione 2019-04-04
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore 2matto
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}