friends feed for Facebook

Enjoy Facebook News Feed with stories only by your friends and pages you follow.

friends feed for Facebook क्या है?

friends feed for Facebook http://foxvalleyapps.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Enjoy Facebook News Feed with stories only by your friends and pages you follow."।

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

screenshot
screenshot
screenshot
screenshot

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

crx प्रारूप में friends feed for Facebook एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Facebook's News Feed is full of stories about what your friends liked so you can easily miss actual posts from your friends. This extension will hide all stories of what your friends liked or commented on. The extension will also hide Suggested stories and People you may know stories.

There is an option to fade these unwanted stories, so you can still see them, but they are not disturbing so much.

Now with the updated and more accurate algorithm. Enjoy!                    

एक्सटेंशन की मूल जानकारी

नाम friends feed for Facebook friends feed for Facebook
ID nlenanfmnogchfccgdadohbacedphodd
आधिकारिक URL https://chrome.google.com/webstore/detail/friends-feed-for-facebook/nlenanfmnogchfccgdadohbacedphodd
विवरण Enjoy Facebook News Feed with stories only by your friends and pages you follow.
फ़ाइल का आकार 49.71 KB
स्थापना संख्या 5,000
वर्तमान संस्करण 1.7.6
अंतिम अपडेट 2019-09-09
प्रकाशन तिथि 2019-09-09
रेटिंग 4.45/5 कुल 170 रेटिंग्स
डेवलपर http://foxvalleyapps.com
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://foxvalleyapps.com/friendsfeed
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "friends feed for Facebook",
    "short_name": "friends feed",
    "description": "Enjoy Facebook News Feed with stories only by your friends and pages you follow.",
    "version": "1.7.6",
    "icons": {
        "48": "[email protected]",
        "128": "[email protected]"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "underscore.js",
                "script.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "storage",
        "https:\/\/www.facebook.com\/"
    ],
    "options_page": "preferences.html"
}