Broccoli, for Terms of Service; Didn't Read
Review websites' terms of service one point at a time, with the latest summaries from www.tosdr.org.
Broccoli, for Terms of Service; Didn't Read là gì?
Broccoli, for Terms of Service; Didn't Read là một tiện ích mở rộng Chrome được phát triển bởi http://fixpunk.com, và tính năng chính của nó là "Review websites' terms of service one point at a time, with the latest summaries from www.tosdr.org.".
Ả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 Broccoli, for Terms of Service; Didn't Read
Tải xuống các tệp mở rộng Broccoli, for Terms of Service; Didn't Read 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
Broccoli fetches the latest summaries from Terms of Service; Didn't Read (TOS;DR at www.tosdr.org), a user rights initiative to rate and label website terms & privacy policies. Broccoli makes them available to you as you switch between websites. Broccoli offers these summaries one point at a time, so that you can digest these agreements at your own pace (there's also a succinct overview of all points in a list-view). "Broccoli" is kind of like terms of service: avoided at all costs, but good for you. ;) Each time you visit a site with a matching TOS;DR summary, the Broccoli icon will update to show you the number of summarized terms available. Clicking the extension button opens a tray that focuses on a single term of service -- providing links to discussion and sources, and includes an option to review that term. Broccoli will remind you how many points you have left to review for each service and will periodically check if TOS;DR has updated its summaries. Features: - Nicely formatted, point-by-point descriptions (along with metadata). - Option to review a service's points (Is this fair? yes or no) (and download/export or clear all of your reviews). - A succinct list-view that provides a quick-look for all points of a website. - If a point is updated by TOS;DR, Broccoli will return it to 'un-reviewed' status. - Draws information from one of the best sources of summarized terms of service and privacy policies on the net. Broccoli helps you form (and store) your opinions about Terms of Service. Broccoli does not sync information about you with an accompanying service (any Yes/No opinions will only be stored in Chrome's localStorage) or otherwise "phone home" to a server. Broccoli does not guarantee-the-accuracy-of nor produce the term-summaries that it presents. Ultimately, decisions made about a service's terms of service or privacy policy should be corroborated with the source document provided by the service itself. For questions about service summaries and how to get involved, visit TOS;DR at https://tosdr.org/about.html and @tosdr For questions about Broccoli the extension - visit: https://www.fixpunk.com/2015/04/28/broccoli-tosdr/ or tweet to @spencenow This extension is open-sourced under the GPL v3 license and is hosted on Github: https://github.com/sdailey/broccoli Note: The extension was written with a caching strategy so a new request of TOS;DR is not needed each time a service is visited. PRIVACY POLICY - ADDED JULY 5, 2016 Broccoli for TOS;DR provides terms of service summaries for a number of websites. The extension loads these summaries from https://tosdr.org/ . This is done over an HTTPS get request. Instead of making specific requests for site summaries for each URL you visit (which would divulge which URLs you visit to the tosdr service), the extension requests *all* available summaries at once. Any user info inputted (such as about specific terms including Agree/Disagree answers) is stored in Chrome’s local storage but is never sent to another service. Broccoli for ToS;DR chrome extension has to know which URLs you visit in order to see if there are summaries available for said URL. But again, this info is not shared with any other service.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | fmbgfnapanennphegjjfjgdlopobepod |
URL Chính Thức | https://chrome.google.com/webstore/detail/broccoli-for-terms-of-ser/fmbgfnapanennphegjjfjgdlopobepod |
Mô tả | Review websites' terms of service one point at a time, with the latest summaries from www.tosdr.org. |
Kích Thước Tệp | 131 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 0.9.70 |
Cập Nhật Lần Cuối | 2016-07-05 |
Ngày Phát Hành | 2016-07-05 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | http://fixpunk.com |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Broccoli, for Terms of Service; Didn't Read", "short_name": "Broccoli", "description": "Review websites' terms of service one point at a time, with the latest summaries from www.tosdr.org.", "version": "0.9.70", "permissions": [ "tabs", "storage" ], "background": { "scripts": [ "vendor\/jquery-1.11.1.min.js", "vendor\/Underscore1-8-3.js", "vendor\/reactor.js", "background.min.js" ] }, "content_scripts": [ { "js": [ "vendor\/jquery-1.11.1.min.js", "popup.min.js", "vendor\/Underscore1-8-3.js" ], "matches": [ "https:\/\/tosdr.com\/*" ], "run_at": "document_end" } ], "browser_action": { "name": "Broccoli", "default_icon": "broccoli128.png", "default_popup": "popup.html" } } |