Crunchyroll Auto Refresh (broken atm) Firefox

Examine source code of Crunchyroll Auto Refresh (broken atm)

By: Shnurks
Inspect and view changes in Crunchyroll Auto Refresh (broken atm) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Crunchyroll Auto Refresh",
  "version": "0.1",
  "description": "This add-on ads a handy field to Crunchyroll to allow you to auto refresh the page at a certain time.",
  "icons": {
    "48": "icon-48.png"
  },
  "content_scripts": [
    {
      "exclude_matches": [
        "*://*.crunchyroll.com/home/*",
        "*://*.crunchyroll.com/",
        "*://*.crunchyroll.com/videos/*",
        "*://*.crunchyroll.com/comics*/*",
        "*://*.crunchyroll.com/*news*",
        "*://*.crunchyroll.com/user/*",
        "*://*.crunchyroll.com/login"
      ],
      "matches": [
        "*://*.crunchyroll.com/*"
      ],
      "js": [
        "refresh.js"
      ],
      "run_at": "document_end"
    }
  ]
}

Best Crunchyroll Auto Refresh (broken atm) Alternatives

Here are some Firefox add-ons that are similar to Crunchyroll Auto Refresh (broken atm):