jut.su Next-Series
Extension for jut.su - which makes video auto-play, auto-skip anime intro, and auto-open next series after the end series.
What is jut.su Next-Series?
jut.su Next-Series is a Chrome extension developed by FoPPi, and its main feature is "Extension for jut.su - which makes video auto-play, auto-skip anime intro, and auto-open next series after the end series.".
Extension Screenshots
Download jut.su Next-Series Extension CRX File
Download jut.su Next-Series extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
- Automatically plays video ✌️
- Automatically skip anime intro 🔥
- Open next episode 🤩
- One click to FullScreen(Overlay) 👍 Extension Basic Information
| Name | |
| ID | godmnckhgkgojikjpiahppfnmhgkfpjp |
| Official URL | https://chromewebstore.google.com/detail/jutsu-next-series/godmnckhgkgojikjpiahppfnmhgkfpjp |
| Description | Extension for jut.su - which makes video auto-play, auto-skip anime intro, and auto-open next series after the end series. |
| File Size | 23.18 KB |
| Installation Count | 203 |
| Current Version | 2.3.0 |
| Last Updated | 2023-06-04 |
| Publish Date | 2023-05-02 |
| Rating | 5.00/5 Total 3 Ratings |
| Developer | FoPPi |
| [email protected] | |
| Payment Type | free |
| Extension Website | https://github.com/DenisGas/jut.su_next-series |
| Help Page URL | https://github.com/DenisGas/jut.su_next-series/issues |
| Supported Languages | ru |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "jut.su Next-Series",
"description": "Extension for jut.su - which makes video auto-play, auto-skip anime intro, and auto-open next series after the end series.",
"version": "2.3.0",
"manifest_version": 3,
"icons": {
"16": ".\/icons\/16.png",
"32": ".\/icons\/32.png",
"48": ".\/icons\/48.png",
"128": ".\/icons\/128.png"
},
"action": {
"default_popup": "popup.html"
},
"permissions": [
"storage"
],
"content_scripts": [
{
"js": [
".\/main.js"
],
"matches": [
"https:\/\/jut.su\/*"
]
}
],
"background": []
} | |