Nudgeti - Website Blocker Alternative

Don't waste time on distracting websites. A gentler alternative to website blockers.

O que é Nudgeti - Website Blocker Alternative?

Nudgeti - Website Blocker Alternative é uma extensão do Chrome desenvolvida por https://ghinda.net, e sua principal característica é "Don't waste time on distracting websites. A gentler alternative to website blockers.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Nudgeti - Website Blocker Alternative

Baixe arquivos de extensão Nudgeti - Website Blocker Alternative 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

                        Nudgeti gives you a nudge when you spend too much time on distracting websites.

Newsfeed algorithms, trending topics or related videos are a trap for your attention. Companies using them are trying to make you spend as much time as possible on their platforms. 

= How it works =

* Spend more than two minutes on social media sites like Facebook or Twitter, and a notification will pop up. It will tell you about the time you spent there.
* After two more minutes on the same website, another notification will appear. 


= About =

* Nudgeti does not block websites. It will help you snap out of the mesmerized state by telling you how much time you spent on the site.
* You can configure the notification time and the site list in the extension options.
* You have to spend more than a fifth of the notification time (around 24 seconds by default) away from a blacklisted site, to reset the timer.
* Nudgeti is free software under the GPL license. Get the source code from https://github.com/ghinda/nudgeti.


= Privacy =

Nudgeti does not collect any personal data or statistics.

It stores the time you spend on websites only until you close the browser. 
The site blacklist and notification time settings are stored with the browser sync storage. They will sync with your Google account, if you sign in.                    

Informações Básicas da Extensão

Nome Nudgeti - Website Blocker Alternative Nudgeti - Website Blocker Alternative
ID lfaenkeiajhjncmgopgmiiphbloecgio
URL Oficial https://chromewebstore.google.com/detail/nudgeti-website-blocker-a/lfaenkeiajhjncmgopgmiiphbloecgio
Descrição Don't waste time on distracting websites. A gentler alternative to website blockers.
Tamanho do Arquivo 119 KB
Contagem de Instalações 66
Versão Atual 0.4.1
Última Atualização 2019-07-24
Data de Publicação 2019-07-24
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor https://ghinda.net
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://github.com/ghinda/righttasks/wiki/Privacy-policy
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nudgeti - Website Blocker Alternative",
    "description": "Don't waste time on distracting websites. A gentler alternative to website blockers.",
    "version": "0.4.1",
    "icons": {
        "16": "images\/nudgeti-16.png",
        "48": "images\/nudgeti-48.png",
        "128": "images\/nudgeti-128.png"
    },
    "permissions": [
        "tabs",
        "notifications",
        "alarms",
        "storage"
    ],
    "applications": {
        "gecko": {
            "id": "{8d602839-c5f4-4ef4-ad5d-216489973284}",
            "strict_min_version": "42.0"
        }
    },
    "background": {
        "scripts": [
            "util\/polyfill.js",
            "util\/store.js",
            "core\/settings-store.js",
            "core\/sound.js",
            "core\/nudgeti.js"
        ]
    },
    "options_ui": {
        "page": "settings\/settings.html"
    }
}