traktflix Firefox

Examine source code of traktflix

Inspect and view changes in traktflix source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "version": "2.1.1",
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "images/traktflix-icon-16.png",
    "128": "images/traktflix-icon-128.png"
  },
  "background": {
    "scripts": [
      "js/lib/browser-polyfill.js",
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "js": [
        "js/lib/browser-polyfill.js",
        "js/content.js"
      ],
      "matches": [
        "*://*.netflix.com/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "default_locale": "en",
  "optional_permissions": [
    "notifications",
    "*://api.rollbar.com/*",
    "*://script.google.com/*",
    "*://script.googleusercontent.com/*",
    "cookies"
  ],
  "page_action": {
    "default_icon": {
      "19": "images/traktflix-icon-19.png",
      "38": "images/traktflix-icon-38.png"
    },
    "default_popup": "html/popup.html",
    "default_title": "traktflix"
  },
  "permissions": [
    "identity",
    "storage",
    "tabs",
    "unlimitedStorage",
    "*://*.netflix.com/*",
    "*://*.trakt.tv/*"
  ],
  "web_accessible_resources": [
    "images/traktflix-icon-38.png",
    "images/traktflix-icon-selected-38.png",
    "images/svg/*.svg"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{6ec204f7-4915-4b99-ac04-673a51b6aeec}"
    }
  }
}

Best traktflix Alternatives

Here are some Firefox add-ons that are similar to traktflix: