Hide Political Facebook Posts
When clicked will remove most political posts from your news feed.
Hide Political Facebook Postsคืออะไร?
Hide Political Facebook Posts เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Jeff Lombard และคุณลักษณะหลักของมันคือ "When clicked will remove most political posts from your news feed."
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide Political Facebook Posts
ดาวน์โหลดไฟล์ส่วนขยาย Hide Political Facebook Posts ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
This chrome extension lets you toggle political posts from your friends on your newsfeed. This is a beta version, most political posts should filter but not everything will.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | jagdgefimnlfaclfipennjhllmlcjclo |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/jagdgefimnlfaclfipennjhllmlcjclo |
คำอธิบาย | When clicked will remove most political posts from your news feed. |
ขนาดไฟล์ | 16.43 KB |
จำนวนการติดตั้ง | 53 |
เวอร์ชันปัจจุบัน | 1.2 |
อัปเดตครั้งล่าสุด | 2016-07-28 |
วันที่เผยแพร่ | 2016-07-28 |
คะแนน | 3.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Jeff Lombard |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/jefflombard/facebook-hide-political |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide Political Facebook Posts", "manifest_version": 2, "version": "1.2", "description": "When clicked will remove most political posts from your news feed.", "icons": { "128": "icon.png" }, "background": { "scripts": [ "run.js" ] }, "permissions": [ "http:\/\/*.facebook.com\/", "https:\/\/*.facebook.com\/" ], "browser_action": { "default_title": "Hide Political Posts", "default_icon": "icon.png", "author": "Jeff Lombard" } } |