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.
什麼是jut.su Next-Series?
jut.su Next-Series是由FoPPi開發的Chrome擴展程式,該擴展的主要功能是“Extension for jut.su - which makes video auto-play, auto-skip anime intro, and auto-open next series after the end series.”。
擴展截圖
下載jut.su Next-Series擴展crx文件
下載jut.su Next-Series擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
- Automatically plays video ✌️
- Automatically skip anime intro 🔥
- Open next episode 🤩
- One click to FullScreen(Overlay) 👍 擴展基本資訊
| 名稱 | |
| ID | godmnckhgkgojikjpiahppfnmhgkfpjp |
| 官方網址 | https://chromewebstore.google.com/detail/jutsu-next-series/godmnckhgkgojikjpiahppfnmhgkfpjp |
| 簡介 | Extension for jut.su - which makes video auto-play, auto-skip anime intro, and auto-open next series after the end series. |
| 檔案大小 | 23.18 KB |
| 安裝次數 | 203 |
| 目前版本 | 2.3.0 |
| 更新時間 | 2023-06-04 |
| 上架時間 | 2023-05-02 |
| 評分 | 5.00/5 共 3 次評分 |
| 開發者 | FoPPi |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://github.com/DenisGas/jut.su_next-series |
| 說明頁面URL | https://github.com/DenisGas/jut.su_next-series/issues |
| 支援的語言 | 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": []
} | |