Stream It Firefox

Examine source code of Stream It

Inspect and view changes in Stream It source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Stream It",
  "version": "1.0",
  "description": "Add streaming options in IMDb and Google search results.",
  "host_permissions": [
    "https://www.imdb.com/*",
    "https://www.google.com/*"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "streamit@hemantapkh.com"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.imdb.com/title/*"
      ],
      "js": [
        "scripts/imdb.js"
      ]
    },
    {
      "matches": [
        "https://www.google.com/*"
      ],
      "js": [
        "scripts/google.js"
      ]
    }
  ]
}

Meilleures alternatives Stream It

Voici quelques Firefox add-ons qui sont similaires à Stream It :