Kill News Feed

Saves you time by getting rid of Facebook news feed.

Kill News Feedคืออะไร?

Kill News Feed เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Neal Wu และคุณลักษณะหลักของมันคือ "Saves you time by getting rid of Facebook news feed."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Kill News Feed

ดาวน์โหลดไฟล์ส่วนขยาย Kill News Feed ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Kills the news feed and replaces it with a message reminding you not to get distracted. That's it. You can still check your messages and notifications, post status updates, and do everything you could do before. You just won't get distracting news feed posts anymore.

No more wasting time on Facebook. No more getting distracted when you log on to send a message. It's that simple.

**Updated on April 5, 2020 to support the new Facebook redesign and also to remove stories.

**Updated on Sep 27, 2022 to support the new Facebook redesign (again).                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Kill News Feed Kill News Feed
ID hjobfcedfgohjkaieocljfcppjbkglfd
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/kill-news-feed/hjobfcedfgohjkaieocljfcppjbkglfd
คำอธิบาย Saves you time by getting rid of Facebook news feed.
ขนาดไฟล์ 1.17 MB
จำนวนการติดตั้ง 47,617
เวอร์ชันปัจจุบัน 1.3.0
อัปเดตครั้งล่าสุด 2022-09-28
วันที่เผยแพร่ 2020-04-06
คะแนน 4.61/5 รวมทั้งหมด 680 คะแนน
ผู้พัฒนา Neal Wu
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://killnewsfeed.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Kill News Feed",
    "version": "1.3.0",
    "description": "Saves you time by getting rid of Facebook news feed.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "jquery.min.js",
                "kill.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "images\/icon-red-16.png",
        "32": "images\/icon-red-32.png",
        "48": "images\/icon-red-48.png",
        "128": "images\/icon-red-128.png",
        "256": "images\/icon-red.png"
    },
    "permissions": [],
    "manifest_version": 3
}