News Feed Eradicator

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

News Feed Eradicator là gì?

News Feed Eradicator là một tiện ích mở rộng Chrome được phát triển bởi Jordan West, và tính năng chính của nó là "Eradicate social media noise by replacing your entire news feed with an inspiring quote".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng News Feed Eradicator

Tải xuống các tệp mở rộng News Feed Eradicator dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên News Feed Eradicator News Feed Eradicator
ID fjcldmjmjhkklehbacihaiopjklihlgg
URL Chính Thức https://chromewebstore.google.com/detail/news-feed-eradicator/fjcldmjmjhkklehbacihaiopjklihlgg
Mô tả Eradicate social media noise by replacing your entire news feed with an inspiring quote
Kích Thước Tệp 89.44 KB
Số Lần Cài Đặt 243,878
Phiên Bản Hiện Tại 2.2.6
Cập Nhật Lần Cuối 2024-03-02
Ngày Phát Hành 2020-04-26
Đánh Giá 4.69/5 Tổng số 1876 Đánh Giá
Nhà Phát Triển Jordan West
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://west.io/news-feed-eradicator
URL Trang Trợ Giúp http://www.facebook.com/NewsFeedEradicator
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    }
}