News Feed Eradicator

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

Wat is News Feed Eradicator?

News Feed Eradicator is een Chrome-extensie ontwikkeld door Jordan West, en de belangrijkste functie is "Eradicate social media noise by replacing your entire news feed with an inspiring quote".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie News Feed Eradicator

Download News Feed Eradicator-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

                        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                    

Basisinformatie over de Extensie

Naam News Feed Eradicator News Feed Eradicator
ID fjcldmjmjhkklehbacihaiopjklihlgg
Officiële URL https://chromewebstore.google.com/detail/news-feed-eradicator/fjcldmjmjhkklehbacihaiopjklihlgg
Beschrijving Eradicate social media noise by replacing your entire news feed with an inspiring quote
Bestandsgrootte 89.44 KB
Aantal Installaties 243,878
Huidige Versie 2.2.6
Laatst Bijgewerkt 2024-03-02
Publicatiedatum 2020-04-26
Beoordeling 4.69/5 Totaal 1876 Beoordelingen
Ontwikkelaar Jordan West
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://west.io/news-feed-eradicator
Help Pagina-URL http://www.facebook.com/NewsFeedEradicator
Ondersteunde Talen 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"
        }
    }
}