Facebook News Feed and Chat Remover
Removes the News Feed and chat bar on Facebook.com
Facebook News Feed and Chat Removerคืออะไร?
Facebook News Feed and Chat Remover เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jonah Bolotin และคุณลักษณะหลักของมันคือ "Removes the News Feed and chat bar on Facebook.com"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Facebook News Feed and Chat Remover
ดาวน์โหลดไฟล์ส่วนขยาย Facebook News Feed and Chat Remover ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Removes chat sidebar but still allows for chat functionality through the messages icon. In order to increase productivity and waste less time, this extension is designed to remove distracting features of Facebook. However, unlike other News Feed removers, this allows you to quickly toggle between displaying the news feed and hiding it entirely, with the default set to hidden. The extension neither stores nor accesses any data besides removing the elements rendered in your browser on Facebook.com websites.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | ![]() |
ID | ionkohfdcpaccklgngcbaobiefhocfdl |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/facebook-news-feed-and-ch/ionkohfdcpaccklgngcbaobiefhocfdl |
คำอธิบาย | Removes the News Feed and chat bar on Facebook.com |
ขนาดไฟล์ | 34.32 KB |
จำนวนการติดตั้ง | 69 |
เวอร์ชันปัจจุบัน | 1.6 |
อัปเดตครั้งล่าสุด | 2018-05-04 |
วันที่เผยแพร่ | 2018-05-04 |
คะแนน | 4.25/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Jonah Bolotin |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.linkedin.com/in/jonah-bolotin/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Facebook News Feed and Chat Remover", "version": "1.6", "description": "Removes the News Feed and chat bar on Facebook.com", "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/www.facebook.com\/*" ], "js": [ "jquery-3.3.1.min.js", "script.js" ], "css": [ "style.css" ] } ], "manifest_version": 2 } |