Nudgeti - Website Blocker Alternative
Don't waste time on distracting websites. A gentler alternative to website blockers.
Nudgeti - Website Blocker Alternative là gì?
Nudgeti - Website Blocker Alternative là một tiện ích mở rộng Chrome được phát triển bởi https://ghinda.net, và tính năng chính của nó là "Don't waste time on distracting websites. A gentler alternative to website blockers.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Nudgeti - Website Blocker Alternative
Tải xuống các tệp mở rộng Nudgeti - Website Blocker Alternative dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Nudgeti - Website Blocker Alternative |
ID | lfaenkeiajhjncmgopgmiiphbloecgio |
URL Chính Thức | https://chromewebstore.google.com/detail/nudgeti-website-blocker-a/lfaenkeiajhjncmgopgmiiphbloecgio |
Mô tả | Don't waste time on distracting websites. A gentler alternative to website blockers. |
Kích Thước Tệp | 119 KB |
Số Lần Cài Đặt | 66 |
Phiên Bản Hiện Tại | 0.4.1 |
Cập Nhật Lần Cuối | 2019-07-24 |
Ngày Phát Hành | 2019-07-24 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | https://ghinda.net |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://github.com/ghinda/righttasks/wiki/Privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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" } } |