Hide 'Like' Notifications
Make Facebook less distractive.
Hide 'Like' Notifications là gì?
Hide 'Like' Notifications là một tiện ích mở rộng Chrome được phát triển bởi Hideto Ishibashi, và tính năng chính của nó là "Make Facebook less distractive.".
Ả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 Hide 'Like' Notifications
Tải xuống các tệp mở rộng Hide 'Like' Notifications 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
Farewell Facebook has changed its design to allow users to suppress distractive notifications. Just turn the More Activity About You option off in the Notifications Settings[1]. Now that you do not need this Chrome extension. Just remove it. I hope you enjoy Facebook without distraction. Regards, Hide [1]: https://www.facebook.com/settings/?tab=notifications
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hide 'Like' Notifications |
ID | kbfakkkdllpodegeoggpfcmjabodhpca |
URL Chính Thức | https://chromewebstore.google.com/detail/hide-like-notifications/kbfakkkdllpodegeoggpfcmjabodhpca |
Mô tả | Make Facebook less distractive. |
Kích Thước Tệp | 11.15 KB |
Số Lần Cài Đặt | 676 |
Phiên Bản Hiện Tại | 1.16 |
Cập Nhật Lần Cuối | 2021-02-14 |
Ngày Phát Hành | 2019-04-18 |
Đánh Giá | 4.00/5 Tổng số 84 Đánh Giá |
Nhà Phát Triển | Hideto Ishibashi |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/zerobase/fb_hide_like_notifs |
URL Trang Trợ Giúp | https://github.com/zerobase/fb_hide_like_notifs |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hide 'Like' Notifications", "description": "Make Facebook less distractive.", "version": "1.16", "icons": { "48": "icon_on_48.png", "128": "icon_128.png" }, "page_action": { "default_title": "Hide 'Like' Notifs", "default_icon": "icon_on_48.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "css": [ "fb_hide_like_notifs_injection.css" ], "js": [ "fb_hide_like_notifs_injection.js" ] } ], "permissions": [ "https:\/\/www.facebook.com\/*" ] } |