Comments Filter for Facebook

Simplifies search of comments.

Comments Filter for Facebook क्या है?

Comments Filter for Facebook yakushinanton द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simplifies search of comments."।

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

screenshot
screenshot
screenshot

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

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

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

                        Have you ever wanted to quickly find comments of your friends or any other person you follow among dozens of other comments left for a post? This extension should greatly simplify this.

Features:
- Quickly filter by authors of posts, people who "commented on this".
- Automatically search in "Previous comments" for people you selected.
- Show all users participated in discussion with ability to add them to the filter. (Currently it's for visible comments only).
- Search by user name.
- Remove already selected users from the filter.
- Quickly add people who were mentioned in comments to the filter.

PS.
New features are coming, just let me know if you're interested in this extension.
Any suggestions are welcome!                    

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

नाम Comments Filter for Facebook Comments Filter for Facebook
ID koenbdeandmlibikbcpbkohhcdjgddig
आधिकारिक URL https://chromewebstore.google.com/detail/comments-filter-for-faceb/koenbdeandmlibikbcpbkohhcdjgddig
विवरण Simplifies search of comments.
फ़ाइल का आकार 42.4 KB
स्थापना संख्या 221
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2014-10-27
प्रकाशन तिथि 2014-10-27
रेटिंग 3.25/5 कुल 8 रेटिंग्स
डेवलपर yakushinanton
भुगतान के प्रकार free
सहायता पृष्ठ URL https://github.com/antonCPU/facebook-comments-filter
समर्थित भाषाएँ en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "version": "1.0.1",
    "default_locale": "en",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "comment.png"
    ]
}