Streams Ahead Firefox

Examine source code of Streams Ahead

By: Alex
Inspect and view changes in Streams Ahead source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Streams Ahead",
  "version": "1.0.1",
  "description": "Detects movies and shows on IMDB, Trakt, Letterboxd and more - one click to open in Stremio.",
  "icons": {
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "*://*.imdb.com/title/*",
    "*://*.trakt.tv/*"
  ],
  "page_action": {
    "default_icon": {
      "48": "icons/icon-48.png"
    },
    "default_title": "Open in Stremio",
    "show_matches": [
      "*://*.stremio-launcher-never-match.invalid/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.imdb.com/title/*",
        "*://*.trakt.tv/*",
        "*://*.letterboxd.com/film/*",
        "*://*.simkl.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{f5583c76-400d-43d9-a3f8-66d423c15e5f}"
    }
  }
}

Best Streams Ahead Alternatives

Here are some Firefox add-ons that are similar to Streams Ahead: