TidyFeed
Cleans up your Facebook feed by removing shares and more.
TidyFeed là gì?
TidyFeed là một tiện ích mở rộng Chrome được phát triển bởi Trevor Sehrer, và tính năng chính của nó là "Cleans up your Facebook feed by removing shares and more.".
Ả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 TidyFeed
Tải xuống các tệp mở rộng TidyFeed 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
Make your Facebook feed just about your friends and what they're up to by installing TidyFeed. - Hide shared posts. - Hide posts containing words you don't like. - Hide posts from apps letting you what movie your friend is watching, how they exercise more than you, etc. - Hide meta-posts about friends getting tagged, mentioned, etc. - Hide lots of other stuff. if you want to see what's hidden, just click the TidyFeed button and they'll magically reappear. Facebook is a registered trademark of Facebook Inc.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | TidyFeed |
ID | ocemniililhloclffhlnmjpcmodnggci |
URL Chính Thức | https://chromewebstore.google.com/detail/tidyfeed/ocemniililhloclffhlnmjpcmodnggci |
Mô tả | Cleans up your Facebook feed by removing shares and more. |
Kích Thước Tệp | 45.53 KB |
Số Lần Cài Đặt | 39 |
Phiên Bản Hiện Tại | 1.4.0 |
Cập Nhật Lần Cuối | 2016-12-14 |
Ngày Phát Hành | 2016-12-13 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Trevor Sehrer |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": { "19": "icons\/icon19.png", "38": "icons\/icon38.png" }, "default_popup": "options.html", "default_title": "TidyFeed" }, "content_scripts": [ { "css": [ "css\/tidyfeed.css" ], "js": [ "js\/tidyfeed.js" ], "matches": [ "https:\/\/www.facebook.com\/*", "http:\/\/www.facebook.com\/*" ] } ], "description": "Cleans up your Facebook feed by removing shares and more.", "homepage_url": "http:\/\/www.tidyfeed.org", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAs7lRTSbLDtvRj9xoNcotSS4LIqSHUMZUdNzbuyL4C0GuTdn5yXFpmY72MijRfGMeHJ2Fr4YXgcplixqti\/dpq6jfqp05dcTCdAGnhULG\/7sQl9leGxklUXL9TAIsMGVri2CxmTeCbNHb7791VnHInLe1XkFyVFdf3b0LdeUrNf1gcdbLtcodRY4MguQ3YQkuWvLLWxBk8aO7EaLnWt2ErJ7cDYRyzRMUHuEtGXhFj499OhlHPKweuuJOh0nuAlPa8mANXN8tWcD\/RPaAvTDWdMd7AGPWfVKUmznZSMTdzcI7atIDO1AGiLR8+y6zj6NcBWnnKlyPgmYgs2T6uuyhzwIDAQAB", "manifest_version": 2, "name": "TidyFeed", "options_page": "options.html", "options_ui": { "chrome_style": true, "page": "options.html" }, "permissions": [ "storage", "contentSettings", "https:\/\/www.facebook.com\/*", "http:\/\/www.facebook.com\/*" ], "short_name": "TidyFeed", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.4.0" } |