Unaddict

Stop web addiction!

O que é Unaddict?

Unaddict é uma extensão do Chrome desenvolvida por https://metaii.com, e sua principal característica é "Stop web addiction!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Unaddict

Baixe arquivos de extensão Unaddict no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Unaddict Unaddict
ID gjpkdldojiaeanjdoifmldjdlgflemkl
URL Oficial https://chromewebstore.google.com/detail/unaddict/gjpkdldojiaeanjdoifmldjdlgflemkl
Descrição Stop web addiction!
Tamanho do Arquivo 163 KB
Contagem de Instalações 3,593
Versão Atual 1.0.2
Última Atualização 2021-05-01
Data de Publicação 2020-01-19
Classificação 4.52/5 Total de 29 Avaliações
Desenvolvedor https://metaii.com
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}