Unaddict

Stop web addiction!

Wat is Unaddict?

Unaddict is een Chrome-extensie ontwikkeld door https://metaii.com, en de belangrijkste functie is "Stop web addiction!".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Unaddict

Download Unaddict-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

                        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.                    

Basisinformatie over de Extensie

Naam Unaddict Unaddict
ID gjpkdldojiaeanjdoifmldjdlgflemkl
Officiële URL https://chromewebstore.google.com/detail/unaddict/gjpkdldojiaeanjdoifmldjdlgflemkl
Beschrijving Stop web addiction!
Bestandsgrootte 163 KB
Aantal Installaties 3,593
Huidige Versie 1.0.2
Laatst Bijgewerkt 2021-05-01
Publicatiedatum 2020-01-19
Beoordeling 4.52/5 Totaal 29 Beoordelingen
Ontwikkelaar https://metaii.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}