BuzzKill
Reclaim your news feed.
Apa itu BuzzKill?
BuzzKill adalah ekstensi Chrome yang dikembangkan oleh https://hartleybrody.com, dan fitur utamanya adalah "Reclaim your news feed.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi BuzzKill
Unduh file ekstensi BuzzKill dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | |
ID | dfglcbondofhakncnkoajpmimopmaggc |
URL Resmi | https://chromewebstore.google.com/detail/buzzkill/dfglcbondofhakncnkoajpmimopmaggc |
Deskripsi | Reclaim your news feed. |
Ukuran File | 937 KB |
Jumlah Instalasi | 55 |
Versi Saat Ini | 2.0.0.0 |
Terakhir Diperbarui | 2015-01-27 |
Tanggal Publikasi | 2015-01-27 |
Penilaian | 4.75/5 Total 8 Penilaian |
Pengembang | https://hartleybrody.com |
Tipe Pembayaran | free |
Situs Ekstensi | http://blog.hartleybrody.com/chrome-extension/ |
URL Halaman Bantuan | https://github.com/hartleybrody/buzzkill |
Bahasa yang Didukung | 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" } } |