Examine source code of Crunchyroll iFrame v1.3.0

Inspect and view changes in Crunchyroll iFrame v1.3.0 source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Crunchyroll iFrame Player",
  "version": "1.3.0",
  "description": "Permite ver todos os vídeos do crunchyroll gratuitamente.",
  "author": "itallolegal",
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_title": "Crunchyroll iFrame Player",
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "http://localhost/*",
    "https://pl.crunchyroll.com/*",
    "https://www.crunchyroll.com/*",
    "https://*.mateus7g.github.io/*",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://*.crunchyroll.com/*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{f841caf4-4820-45af-8682-787b986ca5b9}"
    }
  }
}