BuzzKill

Reclaim your news feed.

What is BuzzKill?

BuzzKill is a Chrome extension developed by https://hartleybrody.com, and its main feature is "Reclaim your news feed.".

Extension Screenshots

screenshot
screenshot

Download BuzzKill Extension CRX File

Download BuzzKill extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name BuzzKill BuzzKill
ID dfglcbondofhakncnkoajpmimopmaggc
Official URL https://chromewebstore.google.com/detail/buzzkill/dfglcbondofhakncnkoajpmimopmaggc
Description Reclaim your news feed.
File Size 937 KB
Installation Count 55
Current Version 2.0.0.0
Last Updated 2015-01-27
Publish Date 2015-01-27
Rating 4.75/5 Total 8 Ratings
Developer https://hartleybrody.com
Payment Type free
Extension Website http://blog.hartleybrody.com/chrome-extension/
Help Page URL https://github.com/hartleybrody/buzzkill
Supported Languages 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"
    }
}