Unaddict

Stop web addiction!

Cos'è Unaddict?

Unaddict è un'estensione di Chrome sviluppata da https://metaii.com, e la sua funzione principale è "Stop web addiction!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Unaddict

Scarica i file di estensione Unaddict 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

                        Unaddict, by Metaii Inc, is a simple chrome extension to help break addiction to website.

In today's busy world it is easy to waste hours of time on social media and lose productivity.  Unaddict helps users by allowing them to create list of website urls they feel addicted to. After adding a website to the list whenever user attempts to visit that website, Unaddict will prevent the user from going to that website with a friendly reminder. Thus, breaking the addictive cycle.

At their own discretion user may choose to disable or remove the addictive url at anytime.                    

Informazioni di Base sull'Estensione

Nome Unaddict Unaddict
ID gjpkdldojiaeanjdoifmldjdlgflemkl
URL Ufficiale https://chromewebstore.google.com/detail/unaddict/gjpkdldojiaeanjdoifmldjdlgflemkl
Descrizione Stop web addiction!
Dimensione del File 163 KB
Conteggio Installazioni 3,593
Versione Corrente 1.0.2
Ultimo Aggiornamento 2021-05-01
Data di Pubblicazione 2020-01-19
Valutazione 4.52/5 Totale 29 Valutazioni
Sviluppatore https://metaii.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unaddict",
    "version": "1.0.2",
    "description": "Stop web addiction!",
    "permissions": [
        "tabs",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "130": "image\/unaddicticon.png"
    },
    "browser_action": {
        "default_icon": "image\/unaddicticon.png",
        "default_popup": "popup.html"
    }
}