Nudgeti - Website Blocker Alternative

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

Nudgeti - Website Blocker Alternative란 무엇입니까?

Nudgeti - Website Blocker Alternative은(는) https://ghinda.net에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Don't waste time on distracting websites. A gentler alternative to website blockers."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Nudgeti - Website Blocker Alternative 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Nudgeti - Website Blocker Alternative Nudgeti - Website Blocker Alternative
ID lfaenkeiajhjncmgopgmiiphbloecgio
공식 URL https://chromewebstore.google.com/detail/nudgeti-website-blocker-a/lfaenkeiajhjncmgopgmiiphbloecgio
설명 Don't waste time on distracting websites. A gentler alternative to website blockers.
파일 크기 119 KB
설치 횟수 66
현재 버전 0.4.1
최근 업데이트 2019-07-24
출시 날짜 2019-07-24
평점 5.00/5 총 1 개의 평점
개발자 https://ghinda.net
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://github.com/ghinda/righttasks/wiki/Privacy-policy
지원되는 언어 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"
    }
}