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.”。
擴展截圖
下載Nudgeti - Website Blocker Alternative擴展crx文件
下載Nudgeti - Website Blocker Alternative擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | lfaenkeiajhjncmgopgmiiphbloecgio |
官方網址 | 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" } } |