Display LinkedIn Post Date and Time Firefox

Examine source code of Display LinkedIn Post Date and Time

Inspect and view changes in Display LinkedIn Post Date and Time source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Display LinkedIn Post Date and Time",
  "version": "2.2",
  "description": "Replace LinkedIn's relative post times with exact date and timestamp on your feed and comments!",
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "linkedin-date-display@marcosmaciel.tech",
      "strict_min_version": "109.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://www.linkedin.com/*"
      ],
      "js": [
        "browser-polyfill.js",
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "author": "Marcos Maciel",
  "homepage_url": "https://www.marcosmaciel.tech"
}

Best Display LinkedIn Post Date and Time Alternatives

Here are some Firefox add-ons that are similar to Display LinkedIn Post Date and Time: