Newsfeed Eradicator 2.0

An inspiring quote instead of a newsfeed each time you open your social media.

什麼是Newsfeed Eradicator 2.0?

Newsfeed Eradicator 2.0是由office開發的Chrome擴展程式,該擴展的主要功能是“An inspiring quote instead of a newsfeed each time you open your social media.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Newsfeed Eradicator 2.0擴展crx文件

下載Newsfeed Eradicator 2.0擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        ⬇️ Easy to set up ⬇️:

1. Install and pin📌 the extension to Chrome.
2. A new tab 🗂 will open to ask you to select the platforms to avoid the news feed the next time you open it.
3. Open that site and get a quote instead of a never-ending newsfeed.

✨ Features ✨

1. Supports all the major social media platforms i.e., FaceBook, Twitter, GitHub, etc.
2. Add your own quotes.
3. Ability to switch and use the other functionalities as usual.

Download this add-on to break your annoying habit of endless scrolling on various social media platforms. 🧑‍💻                    

擴展基本資訊

名稱 Newsfeed Eradicator 2.0 Newsfeed Eradicator 2.0
ID clfonknljamomadgkcciofnhfegjinhd
官方網址 https://chromewebstore.google.com/detail/newsfeed-eradicator-20/clfonknljamomadgkcciofnhfegjinhd
簡介 An inspiring quote instead of a newsfeed each time you open your social media.
檔案大小 296 KB
安裝次數 953
目前版本 0.0.1
更新時間 2023-02-22
上架時間 2023-02-21
評分 3.00/5 共 6 次評分
開發者 office
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://docs.google.com/document/d/1dQ9QQunN7RQXo0BTH2QpKX7RV1nUpE3QSjNjWpCGjVM/edit?usp=sharing
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.1",
    "manifest_version": 3,
    "minimum_chrome_version": "88",
    "name": "Newsfeed Eradicator 2.0",
    "description": "An inspiring quote instead of a newsfeed each time you open your social media.",
    "icons": {
        "128": "icons\/icon.png"
    },
    "action": {
        "title": "Newsfeed Eradicator 2.0"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/content_script.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": ".\/js\/background.js"
    },
    "options_ui": {
        "browser_style": true,
        "open_in_tab": false,
        "page": "index.html"
    }
}