News Feed Eradicator

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

Hvad er News Feed Eradicator?

News Feed Eradicator er en Chrome-udvidelse udviklet af Jordan West, og dens hovedfunktion er "Eradicate social media noise by replacing your entire news feed with an inspiring quote".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download News Feed Eradicator-udvidelses-CRX-fil

Download News Feed Eradicator-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn News Feed Eradicator News Feed Eradicator
ID fjcldmjmjhkklehbacihaiopjklihlgg
Officiel URL https://chromewebstore.google.com/detail/news-feed-eradicator/fjcldmjmjhkklehbacihaiopjklihlgg
Beskrivelse Eradicate social media noise by replacing your entire news feed with an inspiring quote
Filstørrelse 89.44 KB
Antal Installationer 243,878
Nuværende Version 2.2.6
Senest Opdateret 2024-03-02
Udgivelsesdato 2020-04-26
Bedømmelse 4.69/5 Samlet 1876 Bedømmelser
Udvikler Jordan West
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://west.io/news-feed-eradicator
Hjælpeside-URL http://www.facebook.com/NewsFeedEradicator
Understøttede Sprog 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"
        }
    }
}