Safebook
Facebook without the content
Safebook là gì?
Safebook là một tiện ích mở rộng Chrome được phát triển bởi https://bengrosser.com, và tính năng chính của nó là "Facebook without the content".
Ả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 Safebook
Tải xuống các tệp mở rộng Safebook 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
Given the harms that Facebook has wrought on mental health, privacy, and democracy, what would it take to make Facebook "safe?" Is it possible to defuse Facebook's amplification of anxiety, division, and disinformation while still allowing users to post a status, leave a comment, or confirm a friend? With Safebook, the answer is yes! Safebook is Facebook without the content, a browser extension that hides all images, text, video, and audio on the site. Left behind are the empty containers that frame our everyday experience of social media, the boxes, columns, pop-ups and drop-downs that enable “likes,” comments, and shares. Yet despite this removal, Facebook remains usable: you can still post a status, scroll the news feed, “watch” a video, Wow a photo, or unfriend a colleague. With the content hidden, can you still find your way around Facebook? If so, what does this reveal about just how ingrained the site's interface has become? And finally, is complete removal of all content the only way a social media network can be "safe?"
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Safebook |
ID | cbicnijdcimabdbbpneihlmljcipmdmh |
URL Chính Thức | https://chromewebstore.google.com/detail/safebook/cbicnijdcimabdbbpneihlmljcipmdmh |
Mô tả | Facebook without the content |
Kích Thước Tệp | 18.04 KB |
Số Lần Cài Đặt | 142 |
Phiên Bản Hiện Tại | 1.2.0 |
Cập Nhật Lần Cuối | 2020-09-05 |
Ngày Phát Hành | 2018-09-09 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://bengrosser.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://bengrosser.com/projects/safebook/ |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Safebook", "version": "1.2.0", "description": "Facebook without the content", "homepage_url": "https:\/\/bengrosser.com\/projects\/safebook\/", "manifest_version": 2, "icons": { "32": "safebook-logo-32.png", "48": "safebook-logo-48.png", "64": "safebook-logo-64.png", "128": "safebook-logo-128.png", "256": "safebook-logo-256.png", "512": "safebook-logo-512.png" }, "browser_action": { "default_icon": "safebook-logo-32.png", "default_popup": "options.html" }, "permissions": [], "content_scripts": [ { "run_at": "document_start", "matches": [ "*:\/\/*.facebook.com\/*" ], "all_frames": true, "exclude_globs": [ "*:\/\/*.facebook.com\/ai.php*", "*:\/\/*.facebook.com\/ajax\/*", "*:\/\/*.facebook.com\/dialog\/*", "*:\/\/*.facebook.com\/xti.php*", "*:\/\/*.facebook.com\/plugins\/*", "*:\/\/*.facebook.com\/common\/referer*", "*:\/\/*.facebook.com\/connect\/*" ], "exclude_matches": [ "*:\/\/*.facebook.com\/ai.php*", "*:\/\/*.facebook.com\/ajax\/*", "*:\/\/*.facebook.com\/dialog\/*", "*:\/\/*.facebook.com\/xti.php*", "*:\/\/*.facebook.com\/plugins\/*", "*:\/\/*.facebook.com\/common\/referer*", "*:\/\/*.facebook.com\/connect\/*" ], "css": [ "safebook.css" ], "js": [ "ready.js", "safebook.js" ] } ] } |