Comments Filter for Facebook

Simplifies search of comments.

Τι είναι το Comments Filter for Facebook;

Το Comments Filter for Facebook είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον yakushinanton, και η κύρια λειτουργία του είναι "Simplifies search of comments.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Comments Filter for Facebook

Λήψη αρχείων επέκτασης Comments Filter for Facebook σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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"
    ]
}