Crunchyroll With Better Seasons
Instead of having multiple seasons as DUBS, change audio language directly from the episode.
Crunchyroll With Better Seasonsคืออะไร?
Crunchyroll With Better Seasons เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dragicafit และคุณลักษณะหลักของมันคือ "Instead of having multiple seasons as DUBS, change audio language directly from the episode."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Crunchyroll With Better Seasons
ดาวน์โหลดไฟล์ส่วนขยาย Crunchyroll With Better Seasons ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Crunchyroll With Better Seasons is a cross-platform browser extension that changes the way seasons are displayed on Crunchyroll and adds the subtitles to the dub episodes. Old features now supported by Crunchyroll direclty: On the serie page, it groups all audio languages into a single seasons and reorder the seasons with a better numerotation. On the episode page, it adds a setting to change the audio language.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Crunchyroll With Better Seasons |
ID | ianobidcnpbeejlkclkfacnipclgiiak |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/crunchyroll-with-better-s/ianobidcnpbeejlkclkfacnipclgiiak |
คำอธิบาย | Instead of having multiple seasons as DUBS, change audio language directly from the episode. |
ขนาดไฟล์ | 599 KB |
จำนวนการติดตั้ง | 1,075 |
เวอร์ชันปัจจุบัน | 0.7.4 |
อัปเดตครั้งล่าสุด | 2023-10-08 |
วันที่เผยแพร่ | 2022-04-25 |
คะแนน | 4.47/5 รวมทั้งหมด 17 คะแนน |
ผู้พัฒนา | Dragicafit |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Dragicafit/Crunchyroll-With-Better-Seasons |
URL หน้าช่วยเหลือ | https://github.com/Dragicafit/Crunchyroll-With-Better-Seasons/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Crunchyroll With Better Seasons", "description": "Instead of having multiple seasons as DUBS, change audio language directly from the episode.", "version": "0.7.4", "author": "Dragicafit", "icons": { "16": "src\/icons\/icon16.png", "48": "src\/icons\/icon48.png", "128": "src\/icons\/icon128.png" }, "permissions": [ "storage", "declarativeNetRequestWithHostAccess" ], "host_permissions": [ "https:\/\/static.crunchyroll.com\/*" ], "action": { "default_title": "Crunchyroll With Better Seasons", "default_popup": "src\/popup\/popup.html", "default_icon": { "16": "src\/icons\/icon16.png", "24": "src\/icons\/icon24.png", "32": "src\/icons\/icon32.png" } }, "web_accessible_resources": [ { "resources": [ "src\/web-accessible-resources\/tab.bundle.js" ], "matches": [ "https:\/\/beta.crunchyroll.com\/*", "https:\/\/www.crunchyroll.com\/*", "https:\/\/crunchyroll.com\/*" ] }, { "resources": [ "src\/web-accessible-resources\/vilosOverride.bundle.js" ], "matches": [ "https:\/\/static.crunchyroll.com\/*" ] } ], "content_scripts": [ { "matches": [ "https:\/\/static.crunchyroll.com\/vilos-v2\/web\/vilos\/player.html*" ], "js": [ "src\/content-scripts\/injectInPlayer.js" ], "all_frames": true, "run_at": "document_end" }, { "matches": [ "https:\/\/beta.crunchyroll.com\/*", "https:\/\/www.crunchyroll.com\/*", "https:\/\/crunchyroll.com\/*" ], "js": [ "src\/content-scripts\/injectInTab.bundle.js" ], "all_frames": false, "run_at": "document_start" } ], "declarative_net_request": { "rule_resources": [ { "id": "vilosOverride", "enabled": true, "path": "rules.json" } ] } } |