Unsuggested for Facebook

Hide and remove all the annoying Facebook Suggested Posts and Pages in your news feed.

Unsuggested for Facebook क्या है?

Unsuggested for Facebook @alecmatias द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Hide and remove all the annoying Facebook Suggested Posts and Pages in your news feed."।

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

screenshot

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

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

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

                        Sick of companies forcing content into your news feed? Do you wish you could hide all the Suggested Posts, Pages, and Likes? Unsuggested for Facebook is here to help!

Simply install the extension, reload Facebook, and THAT'S IT! It will hide all that invasive content from your news feed and only leave behind a short-n-sweet message letting you know something was hidden.

PLEASE NOTE: During installation, Chrome will inform you that this extension will have access to your data on Facebook.com but rest assured it does not track, store, or send your Facebook data in any way, shape, or form and it never will. This is simply a permissions requirement so it can hide those unwanted posts for you. Google is informing you that this extension could do those things, not that it does. (And it won't, ever, I promise!)                    

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

नाम Unsuggested for Facebook Unsuggested for Facebook
ID aafbgdfjkacljfjjnpoolgkgealgfjbp
आधिकारिक URL https://chromewebstore.google.com/detail/unsuggested-for-facebook/aafbgdfjkacljfjjnpoolgkgealgfjbp
विवरण Hide and remove all the annoying Facebook Suggested Posts and Pages in your news feed.
फ़ाइल का आकार 138 KB
स्थापना संख्या 1,731
वर्तमान संस्करण 0.81
अंतिम अपडेट 2013-04-14
प्रकाशन तिथि 2013-04-14
रेटिंग 3.17/5 कुल 12 रेटिंग्स
डेवलपर @alecmatias
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "browser_action": {
        "default_icon": "icon48.png",
        "default_popup": "popup.html"
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Hide and remove all the annoying Facebook Suggested Posts and Pages in your news feed.",
    "name": "Unsuggested for Facebook",
    "icons": {
        "48": "icon48.png",
        "128": "icon128.png",
        "16": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "jquery-min.js",
                "mutation_summary.js",
                "unsuggest.js"
            ]
        }
    ],
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "version": "0.81"
}