BuzzKill
Reclaim your news feed.
Cos'è BuzzKill?
BuzzKill è un'estensione di Chrome sviluppata da https://hartleybrody.com, e la sua funzione principale è "Reclaim your news feed.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione BuzzKill
Scarica i file di estensione BuzzKill in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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
Informazioni di Base sull'Estensione
Nome | |
ID | dfglcbondofhakncnkoajpmimopmaggc |
URL Ufficiale | https://chromewebstore.google.com/detail/buzzkill/dfglcbondofhakncnkoajpmimopmaggc |
Descrizione | Reclaim your news feed. |
Dimensione del File | 937 KB |
Conteggio Installazioni | 55 |
Versione Corrente | 2.0.0.0 |
Ultimo Aggiornamento | 2015-01-27 |
Data di Pubblicazione | 2015-01-27 |
Valutazione | 4.75/5 Totale 8 Valutazioni |
Sviluppatore | https://hartleybrody.com |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://blog.hartleybrody.com/chrome-extension/ |
URL della Pagina di Aiuto | https://github.com/hartleybrody/buzzkill |
Lingue Supportate | 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" } } |