Exact Time Viewer for Instagram

Exact Time Viewer for Instagram

Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Exact Time Viewer for Instagram",
  "icons": {
    "16": "icon_16.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "description": "Shows the exact time an Instagram photo or video was posted, rather than the date, or some time ago.",
  "version": "0.0.2",
  "content_scripts": [
    {
      "matches": [
        "*://*.instagram.com/*"
      ],
      "js": [
        "content.js"
      ]
    }
  ]
}