RokuKast-FF Firefox

Examine source code of RokuKast-FF

Inspect and view changes in RokuKast-FF source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "RokuKast-FF",
  "description": "A Firefox port of a Chrome extension to stream web videos to Roku devices.",
  "version": "0.0.5",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "browser_action": {
    "default_icon": "images/icon16.png",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": true
  },
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "options_page": "options.html",
  "permissions": [
    "webRequest",
    "tabs",
    "storage",
    "*://*/*"
  ]
}

Best RokuKast-FF Alternatives

Here are some Firefox add-ons that are similar to RokuKast-FF: