Comments Filter for Facebook

Comments Filter for Facebook

Simplifies search of comments.

Merlin
Additional files are visible only to premium users

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