Hide reactions for facebook
It's annoy that seeing the unnecessary reaction. Remove it and display like only.
Hide reactions for facebook là gì?
Hide reactions for facebook là một tiện ích mở rộng Chrome được phát triển bởi dm3352andy, và tính năng chính của nó là "It's annoy that seeing the unnecessary reaction. Remove it and display like only.".
Ả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 reactions for facebook
Tải xuống các tệp mở rộng Hide reactions for facebook 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
Sometimes, facebook posts is tedious or spam but there are some user still click love, wow...etc reaction. It's very annoying. This plugin help you hide reactions from facebook post and leave popular only. Make facebook looks simple and clear.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Hide reactions for facebook |
ID | lcaijjlnhkjilbeeafabmlpgpmonnadc |
URL Chính Thức | https://chromewebstore.google.com/detail/hide-reactions-for-facebo/lcaijjlnhkjilbeeafabmlpgpmonnadc |
Mô tả | It's annoy that seeing the unnecessary reaction. Remove it and display like only. |
Kích Thước Tệp | 766 KB |
Số Lần Cài Đặt | 187 |
Phiên Bản Hiện Tại | 7 |
Cập Nhật Lần Cuối | 2022-12-13 |
Ngày Phát Hành | 2020-03-07 |
Đánh Giá | 4.22/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | dm3352andy |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://jack120707.blogspot.com/ |
URL Trang Trợ Giúp | https://github.com/asadman1523/Hidden-Reactions-for-facebook |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide reactions for facebook", "description": "It's annoy that seeing the unnecessary reaction. Remove it and display like only.", "version": "7", "action": { "default_icon": "icon16.png", "default_popup": "popup.html" }, "manifest_version": 3, "commands": [], "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "https:\/\/*.facebook.com\/*" ], "run_at": "document_idle", "js": [ "background.js" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |