Force Trakt V2 - Old Interface Firefox

Examine source code of Force Trakt V2 - Old Interface

By: lulul
Inspect and view changes in Force Trakt V2 - Old Interface source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Force Trakt V2 - Old Interface",
  "version": "1.0.2",
  "description": "Keeps the old V2 Trakt.tv interface by blocking redirects to app.trakt.tv.",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "tabs",
    "*://trakt.tv/*",
    "*://app.trakt.tv/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://trakt.tv/*",
        "*://app.trakt.tv/*"
      ],
      "js": [
        "redirect.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{e83ba439-0685-41b2-8f1f-a430880d1d09}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Force Trakt V2 - Old Interface Alternatives

Here are some Firefox add-ons that are similar to Force Trakt V2 - Old Interface: