Shorts Upload Date Firefox

Examine source code of Shorts Upload Date

By: Han Add-on
Inspect and view changes in Shorts Upload Date source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Shorts Upload Date",
  "version": "0.1.6",
  "description": "Shows a YouTube Shorts upload date above the Like button and opens Description when clicked.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.youtube.com/*",
        "https://youtube.com/*"
      ],
      "js": [
        "src/date-utils.js",
        "src/content.js"
      ],
      "css": [
        "src/content.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "shorts-upload-date@local",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Shorts Upload Date Alternatives

Here are some Firefox add-ons that are similar to Shorts Upload Date: