YouTube Upload Date & Time Chrome

Examine source code of YouTube Upload Date & Time

Inspect and view changes in YouTube Upload Date & Time source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "YouTube Upload Date & Time",
  "version": "1.0.0",
  "description": "Shows exact upload date and time on the video player.",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "host_permissions": [
    "*://*.youtube.com/*"
  ]
}

Best YouTube Upload Date & Time Alternatives

Here are some Chrome extensions that are similar to YouTube Upload Date & Time: