Hide reactions for facebook
It's annoy that seeing the unnecessary reaction. Remove it and display like only.
Hide reactions for facebookคืออะไร?
Hide reactions for facebook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย dm3352andy และคุณลักษณะหลักของมันคือ "It's annoy that seeing the unnecessary reaction. Remove it and display like only."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide reactions for facebook
ดาวน์โหลดไฟล์ส่วนขยาย Hide reactions for facebook ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hide reactions for facebook |
ID | lcaijjlnhkjilbeeafabmlpgpmonnadc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hide-reactions-for-facebo/lcaijjlnhkjilbeeafabmlpgpmonnadc |
คำอธิบาย | It's annoy that seeing the unnecessary reaction. Remove it and display like only. |
ขนาดไฟล์ | 766 KB |
จำนวนการติดตั้ง | 187 |
เวอร์ชันปัจจุบัน | 7 |
อัปเดตครั้งล่าสุด | 2022-12-13 |
วันที่เผยแพร่ | 2020-03-07 |
คะแนน | 4.22/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | dm3352andy |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://jack120707.blogspot.com/ |
URL หน้าช่วยเหลือ | https://github.com/asadman1523/Hidden-Reactions-for-facebook |
ภาษาที่รองรับ | 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" } } |