Comments Filter for Facebook

Simplifies search of comments.

Comments Filter for Facebook là gì?

Comments Filter for Facebook là một tiện ích mở rộng Chrome được phát triển bởi yakushinanton, và tính năng chính của nó là "Simplifies search of comments.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Comments Filter for Facebook

Tải xuống các tệp mở rộng Comments Filter for Facebook dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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!                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Comments Filter for Facebook Comments Filter for Facebook
ID koenbdeandmlibikbcpbkohhcdjgddig
URL Chính Thức https://chromewebstore.google.com/detail/comments-filter-for-faceb/koenbdeandmlibikbcpbkohhcdjgddig
Mô tả Simplifies search of comments.
Kích Thước Tệp 42.4 KB
Số Lần Cài Đặt 221
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2014-10-27
Ngày Phát Hành 2014-10-27
Đánh Giá 3.25/5 Tổng số 8 Đánh Giá
Nhà Phát Triển yakushinanton
Loại Thanh Toán free
URL Trang Trợ Giúp https://github.com/antonCPU/facebook-comments-filter
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}