News Feed Eradicator

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

Vad är News Feed Eradicator?

News Feed Eradicator är en Chrome-tillägg utvecklad av Jordan West, och dess huvudfunktion är "Eradicate social media noise by replacing your entire news feed with an inspiring quote".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner News Feed Eradicator-förlängningens CRX-fil

Ladda ner News Feed Eradicator-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn News Feed Eradicator News Feed Eradicator
ID fjcldmjmjhkklehbacihaiopjklihlgg
Officiell webbadress https://chromewebstore.google.com/detail/news-feed-eradicator/fjcldmjmjhkklehbacihaiopjklihlgg
Beskrivning Eradicate social media noise by replacing your entire news feed with an inspiring quote
Filstorlek 89.44 KB
Antal Installationer 243,878
Aktuell Version 2.2.6
Senast Uppdaterad 2024-03-02
Publiceringsdatum 2020-04-26
Betyg 4.69/5 Totalt 1876 Betyg
Utvecklare Jordan West
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://west.io/news-feed-eradicator
Hjälpsida URL http://www.facebook.com/NewsFeedEradicator
Stödda Språk 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"
        }
    }
}