Comments Filter for Facebook
Simplifies search of comments.
¿Qué es Comments Filter for Facebook?
Comments Filter for Facebook es una extensión de Chrome desarrollada por yakushinanton, y su función principal es "Simplifies search of comments.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Comments Filter for Facebook
Descarga archivos de extensión Comments Filter for Facebook en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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!
Información Básica de la Extensión
Nombre | Comments Filter for Facebook |
ID | koenbdeandmlibikbcpbkohhcdjgddig |
URL Oficial | https://chromewebstore.google.com/detail/comments-filter-for-faceb/koenbdeandmlibikbcpbkohhcdjgddig |
Descripción | Simplifies search of comments. |
Tamaño del Archivo | 42.4 KB |
Cantidad de Instalaciones | 221 |
Versión Actual | 1.0.1 |
Última Actualización | 2014-10-27 |
Fecha de Publicación | 2014-10-27 |
Calificación | 3.25/5 Total de 8 Calificaciones |
Desarrollador | yakushinanton |
Tipo de Pago | free |
URL de la Página de Ayuda | https://github.com/antonCPU/facebook-comments-filter |
Idiomas Soportados | 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" ] } |