BuzzKill

Reclaim your news feed.

Wat is BuzzKill?

BuzzKill is een Chrome-extensie ontwikkeld door https://hartleybrody.com, en de belangrijkste functie is "Reclaim your news feed.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie BuzzKill

Download BuzzKill-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam BuzzKill BuzzKill
ID dfglcbondofhakncnkoajpmimopmaggc
Officiële URL https://chromewebstore.google.com/detail/buzzkill/dfglcbondofhakncnkoajpmimopmaggc
Beschrijving Reclaim your news feed.
Bestandsgrootte 937 KB
Aantal Installaties 55
Huidige Versie 2.0.0.0
Laatst Bijgewerkt 2015-01-27
Publicatiedatum 2015-01-27
Beoordeling 4.75/5 Totaal 8 Beoordelingen
Ontwikkelaar https://hartleybrody.com
Betalingswijze free
Extensiewebsite http://blog.hartleybrody.com/chrome-extension/
Help Pagina-URL https://github.com/hartleybrody/buzzkill
Ondersteunde Talen 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"
    }
}