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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย FoPPi และคุณลักษณะหลักของมันคือ "Extension for jut.su - which makes video auto-play, auto-skip anime intro, and auto-open next series after the end series."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย jut.su Next-Series
ดาวน์โหลดไฟล์ส่วนขยาย jut.su Next-Series ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
- Automatically plays video ✌️ - Automatically skip anime intro 🔥 - Open next episode 🤩 - One click to FullScreen(Overlay) 👍
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | jut.su Next-Series |
ID | godmnckhgkgojikjpiahppfnmhgkfpjp |
URL อย่างเป็นทางการ | 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": [] } |