Unsuggested for Facebook
Hide and remove all the annoying Facebook Suggested Posts and Pages in your news feed.
Unsuggested for Facebookคืออะไร?
Unsuggested for Facebook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย @alecmatias และคุณลักษณะหลักของมันคือ "Hide and remove all the annoying Facebook Suggested Posts and Pages in your news feed."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Unsuggested for Facebook
ดาวน์โหลดไฟล์ส่วนขยาย Unsuggested for Facebook ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Sick of companies forcing content into your news feed? Do you wish you could hide all the Suggested Posts, Pages, and Likes? Unsuggested for Facebook is here to help! Simply install the extension, reload Facebook, and THAT'S IT! It will hide all that invasive content from your news feed and only leave behind a short-n-sweet message letting you know something was hidden. PLEASE NOTE: During installation, Chrome will inform you that this extension will have access to your data on Facebook.com but rest assured it does not track, store, or send your Facebook data in any way, shape, or form and it never will. This is simply a permissions requirement so it can hide those unwanted posts for you. Google is informing you that this extension could do those things, not that it does. (And it won't, ever, I promise!)
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Unsuggested for Facebook |
ID | aafbgdfjkacljfjjnpoolgkgealgfjbp |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/unsuggested-for-facebook/aafbgdfjkacljfjjnpoolgkgealgfjbp |
คำอธิบาย | Hide and remove all the annoying Facebook Suggested Posts and Pages in your news feed. |
ขนาดไฟล์ | 138 KB |
จำนวนการติดตั้ง | 1,731 |
เวอร์ชันปัจจุบัน | 0.81 |
อัปเดตครั้งล่าสุด | 2013-04-14 |
วันที่เผยแพร่ | 2013-04-14 |
คะแนน | 3.17/5 รวมทั้งหมด 12 คะแนน |
ผู้พัฒนา | @alecmatias |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "browser_action": { "default_icon": "icon48.png", "default_popup": "popup.html" }, "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Hide and remove all the annoying Facebook Suggested Posts and Pages in your news feed.", "name": "Unsuggested for Facebook", "icons": { "48": "icon48.png", "128": "icon128.png", "16": "icon16.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.facebook.com\/*" ], "js": [ "jquery-min.js", "mutation_summary.js", "unsuggest.js" ] } ], "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "version": "0.81" } |