Crunchyroll Player

Lets you watch all crunchyroll videos for free.
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.0.2",
  "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": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "http://www.crunchyroll.com/*",
        "https://www.crunchyroll.com/*"
      ],
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "manifest_version": 2,
  "browser_specific_settings": {
    "gecko": {
      "id": "{7a33ad30-2136-4067-a774-726c823d996a}"
    }
  }
}