Kill All News Feeds

Based on the original Kill News Feed extension by Neal Wu. Saves you time by getting rid of Facebook and LinkedIn news feed.

What is Kill All News Feeds?

Kill All News Feeds is a Chrome extension developed by evan.casey92, and its main feature is "Based on the original Kill News Feed extension by Neal Wu. Saves you time by getting rid of Facebook and LinkedIn news feed.".

Download Kill All News Feeds Extension CRX File

Download Kill All News Feeds 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

                        Based on the original Kill News Feed extension by Neal Wu. Saves you time by getting rid of Facebook and LinkedIn news feed.                    

Extension Basic Information

Name Kill All News Feeds Kill All News Feeds
ID efcpihmloomplhflpabplgdpddgoagpi
Official URL https://chrome.google.com/webstore/detail/kill-all-news-feeds/efcpihmloomplhflpabplgdpddgoagpi
Description Based on the original Kill News Feed extension by Neal Wu. Saves you time by getting rid of Facebook and LinkedIn news feed.
File Size 1.15 MB
Installation Count 167
Current Version 1.0.0
Last Updated 2014-09-13
Publish Date 2014-09-13
Rating 3.80/5 Total 5 Ratings
Developer evan.casey92
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kill All News Feeds",
    "version": "1.0.0",
    "description": "Based on the original Kill News Feed extension by Neal Wu. Saves you time by getting rid of Facebook and LinkedIn news feed.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*",
                "*:\/\/*.linkedin.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "kill.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon-red.png",
        "48": "images\/icon-red.png",
        "128": "images\/icon-red.png"
    },
    "manifest_version": 2
}