News Feed Eradicator

Eradicate social media noise by replacing your entire news feed with an inspiring quote

What is News Feed Eradicator?

News Feed Eradicator is a Chrome extension developed by Jordan West, and its main feature is "Eradicate social media noise by replacing your entire news feed with an inspiring quote".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download News Feed Eradicator Extension CRX File

Download News Feed Eradicator 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 often want to check social media, and then find yourself disappearing for hours as you're consumed by the endless scrolling? Do you want your life back, but can't bear to delete social media altogether?

This is where News Feed Eradicator comes in.

News Feed Eradicator removes the most addicting part of Facebook, Twitter and other social networks - the feed - and replaces it instead with an inspirational quote. You can still use the other functionality as usual, you just won't get sucked into the attention hole.

See screenshots for supported websites.

---------

“It's easy to quit Facebook. I've done it hundreds of times.” ~ Mark Twain                    

Extension Basic Information

Name News Feed Eradicator News Feed Eradicator
ID fjcldmjmjhkklehbacihaiopjklihlgg
Official URL https://chromewebstore.google.com/detail/news-feed-eradicator/fjcldmjmjhkklehbacihaiopjklihlgg
Description Eradicate social media noise by replacing your entire news feed with an inspiring quote
File Size 89.44 KB
Installation Count 243,878
Current Version 2.2.6
Last Updated 2024-03-02
Publish Date 2020-04-26
Rating 4.69/5 Total 1876 Ratings
Developer Jordan West
Email [email protected]
Payment Type free
Extension Website http://west.io/news-feed-eradicator
Help Page URL http://www.facebook.com/NewsFeedEradicator
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "News Feed Eradicator",
    "version": "2.2.6",
    "description": "Eradicate social media noise by replacing your entire news feed with an inspiring quote",
    "manifest_version": 2,
    "permissions": [
        "storage"
    ],
    "optional_permissions": [
        "http:\/\/www.facebook.com\/*",
        "https:\/\/www.facebook.com\/*",
        "http:\/\/web.facebook.com\/*",
        "https:\/\/web.facebook.com\/*",
        "http:\/\/twitter.com\/*",
        "https:\/\/twitter.com\/*",
        "http:\/\/x.com\/*",
        "https:\/\/x.com\/*",
        "https:\/\/www.reddit.com\/",
        "http:\/\/www.reddit.com\/",
        "https:\/\/old.reddit.com\/",
        "http:\/\/old.reddit.com\/",
        "https:\/\/news.ycombinator.com\/*",
        "http:\/\/www.linkedin.com\/*",
        "https:\/\/www.linkedin.com\/*",
        "https:\/\/www.youtube.com\/*",
        "https:\/\/www.github.com\/*",
        "https:\/\/github.com\/*",
        "http:\/\/www.instagram.com\/*",
        "https:\/\/www.instagram.com\/*"
    ],
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "32": "icon32.png",
            "48": "icon48.png",
            "64": "icon64.png",
            "128": "icon128.png"
        },
        "default_title": "News Feed Eradicator"
    },
    "background": {
        "page": "background.html"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true,
        "browser_style": false,
        "chrome_style": false
    },
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "browser_specific_settings": {
        "gecko": {
            "id": "@news-feed-eradicator"
        }
    }
}