Crunchyroll Episode Countdown

Crunchyroll Episode Countdown

This extension converts the Crunchyroll Unofficial Sub-Reddit's schedule into a sub countdown.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.1",
  "name": "Crunchyroll Episode Countdown",
  "description": "This extension converts the Crunchyroll Unofficial Sub-Reddit's schedule into a sub countdown.",
  "content_scripts": [
    {
      "matches": [
        "https://www.reddit.com/r/Crunchyroll/wiki/schedule/"
      ],
      "js": [
        "index.js"
      ]
    }
  ],
  "icons": {
    "48": "icon.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "extension@cr-countdown"
    }
  }
}