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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}