BuzzKill
Reclaim your news feed.
BuzzKillคืออะไร?
BuzzKill เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hartleybrody.com และคุณลักษณะหลักของมันคือ "Reclaim your news feed."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย BuzzKill
ดาวน์โหลดไฟล์ส่วนขยาย BuzzKill ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
BuzzKill is a Chrome Extension that automatically removes all Buzz Feed content from your Facebook browsing experience. "This extension has helped me reclaim hours of my day!" -Happy User "I finally feel like I have my life back" -Happy User "With BuzzKill installed, I can rest assured knowing that my children are safe from the most soul-sucking content on the entire internet." -Happy User
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | dfglcbondofhakncnkoajpmimopmaggc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/buzzkill/dfglcbondofhakncnkoajpmimopmaggc |
คำอธิบาย | Reclaim your news feed. |
ขนาดไฟล์ | 937 KB |
จำนวนการติดตั้ง | 55 |
เวอร์ชันปัจจุบัน | 2.0.0.0 |
อัปเดตครั้งล่าสุด | 2015-01-27 |
วันที่เผยแพร่ | 2015-01-27 |
คะแนน | 4.75/5 รวมทั้งหมด 8 คะแนน |
ผู้พัฒนา | https://hartleybrody.com |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | http://blog.hartleybrody.com/chrome-extension/ |
URL หน้าช่วยเหลือ | https://github.com/hartleybrody/buzzkill |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "BuzzKill", "description": "Reclaim your news feed.", "version": "2.0.0.0", "icons": { "128": "images\/buzzkill-logo.jpg" }, "permissions": [ "https:\/\/www.facebook.com\/", "http:\/\/www.facebook.com\/", "tabs", "storage" ], "background": { "scripts": [ "bootstrap.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/www.facebook.com\/*", "https:\/\/www.facebook.com\/*" ], "js": [ "libs\/underscore.min.js", "buzzkill.js" ] } ], "page_action": { "default_title": "BuzzKill", "default_icon": "images\/buzzkill-logo.jpg", "default_popup": "popup.html" } } |