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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย office และคุณลักษณะหลักของมันคือ "An inspiring quote instead of a newsfeed each time you open your social media."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Newsfeed Eradicator 2.0

ดาวน์โหลดไฟล์ส่วนขยาย 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
URL อย่างเป็นทางการ 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"
    }
}