NeatYT – Clean UI & YouTube Comment Search Firefox

Examine source code of NeatYT – Clean UI & YouTube Comment Search

Inspect and view changes in NeatYT – Clean UI & YouTube Comment Search source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "NeatYT – Clean UI & YouTube Comment Search",
  "description": "NeatYT hides clutter, adds an inline comment search bar, and brings back YouTube dislike counts",
  "version": "2.1",
  "manifest_version": 3,
  "icons": {
    "16": "assets/icons/icon16.png",
    "24": "assets/icons/icon24.png",
    "32": "assets/icons/icon32.png",
    "48": "assets/icons/icon48.png",
    "128": "assets/icons/icon128.png"
  },
  "action": {
    "default_title": "NeatYT",
    "default_popup": "src/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.youtube.com/*"
      ],
      "js": [
        "src/utils.js",
        "src/highlight.js",
        "src/content.js",
        "src/clean.js",
        "src/playback.js",
        "src/dislike.js"
      ],
      "css": [
        "src/style.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "src/styles/layout.css"
      ],
      "matches": [
        "https://www.youtube.com/*"
      ]
    }
  ],
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*.youtube.com/*",
    "https://returnyoutubedislikeapi.com/*"
  ],
  "background": {
    "service_worker": "src/background.js",
    "scripts": [
      "src/background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "neatyt@buildmelon.com",
      "strict_min_version": "109.0"
    }
  }
}

Best NeatYT – Clean UI & YouTube Comment Search Alternatives

Here are some Firefox add-ons that are similar to NeatYT – Clean UI & YouTube Comment Search: