RosquillaTV Firefox

Examine source code of RosquillaTV

Inspect and view changes in RosquillaTV source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "RosquillaTV",
  "version": "1.0",
  "description": "Mirá un episodio al azar de una serie clásica directamente desde Disney Plus. RosquillaTV elige un capítulo al azar por vos.",
  "permissions": [
    "tabs",
    "https://www.disneyplus.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon.png",
      "48": "icons/icon.png",
      "128": "icons/icon.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.disneyplus.com/*"
      ],
      "js": [
        "banner.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "simpsons_todas_temporadas.json"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "rosquillatv@example.com",
      "strict_min_version": "91.0"
    }
  }
}

Best RosquillaTV Alternatives

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