Hightlight new comments on Reddit Firefox

Examine source code of Hightlight new comments on Reddit

Inspect and view changes in Hightlight new comments on Reddit source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "New comments on reddit",
  "version": "1.3",
  "description": "Highlight new comments on reddit",
  "icons": {
    "48": "icon.png"
  },
  "permissions": [
    "*://*.reddit.com/*",
    "storage"
  ],
  "applications": {
    "gecko": {
      "id": "{582133bb-563e-4f7a-a54c-4948256a8efc}",
      "strict_min_version": "54.0"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.reddit.com/*/comments/*"
      ],
      "run_at": "document_end",
      "js": [
        "browser-polyfill.min.js",
        "comments.js"
      ]
    }
  ],
  "options_ui": {
    "page": "options.html"
  }
}

Best Hightlight new comments on Reddit Alternatives

Here are some Firefox add-ons that are similar to Hightlight new comments on Reddit: