friends feed for Facebook
Enjoy Facebook News Feed with stories only by your friends and pages you follow.
friends feed for Facebookคืออะไร?
friends feed for Facebook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://foxvalleyapps.com และคุณลักษณะหลักของมันคือ "Enjoy Facebook News Feed with stories only by your friends and pages you follow."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย friends feed for Facebook
ดาวน์โหลดไฟล์ส่วนขยาย friends feed for Facebook ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Facebook's News Feed is full of stories about what your friends liked so you can easily miss actual posts from your friends. This extension will hide all stories of what your friends liked or commented on. The extension will also hide Suggested stories and People you may know stories. There is an option to fade these unwanted stories, so you can still see them, but they are not disturbing so much. Now with the updated and more accurate algorithm. Enjoy!
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nlenanfmnogchfccgdadohbacedphodd |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/friends-feed-for-facebook/nlenanfmnogchfccgdadohbacedphodd |
คำอธิบาย | Enjoy Facebook News Feed with stories only by your friends and pages you follow. |
ขนาดไฟล์ | 49.71 KB |
จำนวนการติดตั้ง | 5,000 |
เวอร์ชันปัจจุบัน | 1.7.6 |
อัปเดตครั้งล่าสุด | 2019-09-09 |
วันที่เผยแพร่ | 2019-09-09 |
คะแนน | 4.45/5 รวมทั้งหมด 170 คะแนน |
ผู้พัฒนา | http://foxvalleyapps.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://foxvalleyapps.com/friendsfeed |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "friends feed for Facebook", "short_name": "friends feed", "description": "Enjoy Facebook News Feed with stories only by your friends and pages you follow.", "version": "1.7.6", "icons": { "48": "[email protected]", "128": "[email protected]" }, "content_scripts": [ { "matches": [ "https:\/\/www.facebook.com\/*" ], "css": [ "style.css" ], "js": [ "underscore.js", "script.js" ] } ], "permissions": [ "activeTab", "storage", "https:\/\/www.facebook.com\/" ], "options_page": "preferences.html" } |