jut.su Next-Series

jut.su Next-Series

An extension for jut.su that allows videos to autoplay, automatically skip anime intros, and automatically play the next episode.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "jut.su Next-Series",
  "description": "__MSG_extensionDescription__",
  "version": "2.4.1",
  "manifest_version": 3,
  "icons": {
    "16": "./icons/16.png",
    "32": "./icons/32.png",
    "48": "./icons/48.png",
    "128": "./icons/128.png"
  },
  "action": {
    "default_popup": "./pages/popup.html"
  },
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "css": [
        "./styles/contentStyle.css"
      ],
      "js": [
        "./scripts/main.js"
      ],
      "matches": [
        "https://jut.su/*"
      ]
    }
  ],
  "default_locale": "en"
}