Friendfeed Timeago

Friendfeed Timeago

This extension shows the comment dates on your Friendfeed timeline.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "myscript.js"
      ],
      "matches": [
        "http://friendfeed.com/*",
        "https://friendfeed.com/*"
      ]
    }
  ],
  "description": "This extension shows the comment dates on your Friendfeed timeline.",
  "icons": {
    "48": "FriendfeedTimego48.png",
    "128": "FriendfeedTimego128.png"
  },
  "name": "Friendfeed Timeago",
  "permissions": [
    "http://friendfeed.com/*",
    "https://friendfeed.com/*"
  ],
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "0.9",
  "manifest_version": 2
}