BetterCrunchyroll

BetterCrunchyroll

Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BetterCrunchyroll",
  "version": "1.1.0",
  "description": "Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button",
  "icons": {
    "16": "/images/bcr-logo16.png",
    "48": "/images/bcr-logo48.png",
    "128": "/images/bcr-logo128.png"
  },
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "matches": [
        "https://www.crunchyroll.com/*"
      ]
    }
  ],
  "web_accessible_resources": [
    "/images/upbutton.png",
    "styles.css"
  ]
}