Trakt V3 Tweaks Firefox

Examine source code of Trakt V3 Tweaks

By: lulul Add-on
Inspect and view changes in Trakt V3 Tweaks source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Trakt V3 Tweaks",
  "version": "2.2.5",
  "description": "Toggleable tweaks for the terrible Trakt v3 interface",
  "minimum_chrome_version": "120",
  "permissions": [
    "storage",
    "unlimitedStorage",
    "scripting"
  ],
  "optional_permissions": [
    "userScripts"
  ],
  "host_permissions": [
    "*://app.trakt.tv/*"
  ],
  "background": {
    "service_worker": "background.js",
    "scripts": [
      "custom-tweaks.js",
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://app.trakt.tv/*"
      ],
      "js": [
        "tweaks-config.js",
        "tweaks-runtime.js",
        "scripts/media-type-badges.js",
        "scripts/year-in-title.js",
        "scripts/always-visible-toggler.js",
        "scripts/default-library.js",
        "scripts/stats.js",
        "scripts/calendar-date-picker.js",
        "scripts/insert-card-title.js",
        "scripts/wetrakr.js",
        "content.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "styles/*.css",
        "scripts/hook.js"
      ],
      "matches": [
        "*://app.trakt.tv/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e83ba439-0685-41b2-8f1f-a430880d1d09}",
      "strict_min_version": "136.0"
    }
  }
}

Best Trakt V3 Tweaks Alternatives

Here are some Firefox add-ons that are similar to Trakt V3 Tweaks: