Kill News Feed

Saves you time by getting rid of Facebook news feed.

Kill News Feed क्या है?

Kill News Feed Neal Wu द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Saves you time by getting rid of Facebook news feed."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Kill News Feed एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}