Newsfeed Burner

Burn away the distractions and increase your productivity by blocking newsfeeds from Linkedin, Facebook and Youtube.

What is Newsfeed Burner?

Newsfeed Burner is a Chrome extension developed by Newsfeed Burner, and its main feature is "Burn away the distractions and increase your productivity by blocking newsfeeds from Linkedin, Facebook and Youtube.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Newsfeed Burner Extension CRX File

Download Newsfeed Burner 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

                        Do you catch yourself having spent the last 15min watching cat videos or a Jimmy Kimmel clip? Have you gone to LinkedIn to check your messages and ended up solving some dumb math problems on the newsfeed? Perhaps ever opened Facebook and your skipped a thought since there was a twerking video that some person you added 2 years ago and don't really know liked?

This extension is supposed to help with all that.                    

Extension Basic Information

Name Newsfeed Burner Newsfeed Burner
ID gdjcjcbjnaelafcijbnceapahcgkpjkl
Official URL https://chromewebstore.google.com/detail/newsfeed-burner/gdjcjcbjnaelafcijbnceapahcgkpjkl
Description Burn away the distractions and increase your productivity by blocking newsfeeds from Linkedin, Facebook and Youtube.
File Size 50.17 KB
Installation Count 966
Current Version 1.0.2
Last Updated 2016-11-23
Publish Date 2016-11-23
Rating 3.86/5 Total 22 Ratings
Developer Newsfeed Burner
Payment Type free
Extension Website http://tj.mk
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "js\/jquery.min.js",
                "js\/burner.min.js"
            ],
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.youtube.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.linkedin.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Burn away the distractions and increase your productivity by blocking newsfeeds from Linkedin, Facebook and Youtube.",
    "icons": {
        "128": "images\/icon.png",
        "16": "images\/icon.png",
        "48": "images\/icon.png"
    },
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "storage"
    ],
    "manifest_version": 2,
    "name": "Newsfeed Burner",
    "version": "1.0.2"
}