Remove Crunchyroll simulcast calendar dubs
Removes the dub titles from the Crunchyroll simulcast calendar.
Remove Crunchyroll simulcast calendar dubsคืออะไร?
Remove Crunchyroll simulcast calendar dubs เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Malpp และคุณลักษณะหลักของมันคือ "Removes the dub titles from the Crunchyroll simulcast calendar."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Remove Crunchyroll simulcast calendar dubs
ดาวน์โหลดไฟล์ส่วนขยาย Remove Crunchyroll simulcast calendar dubs ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Somewhat recently, Crunchyroll expanded the amount of dubs they produce, adding multiple languages along with multiple animes every season. While this is great, the amount of dubs they produce is insane and takes up a lot of space in the simulcast calendar. This extension removes all the dubs from the calendar to have a pure subs only experience of it.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Remove Crunchyroll simulcast calendar dubs |
ID | fdoeakklinhnpnjhibnnlnegncopmdnc |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/remove-crunchyroll-simulc/fdoeakklinhnpnjhibnnlnegncopmdnc |
คำอธิบาย | Removes the dub titles from the Crunchyroll simulcast calendar. |
ขนาดไฟล์ | 121 KB |
จำนวนการติดตั้ง | 156 |
เวอร์ชันปัจจุบัน | 1.0 |
อัปเดตครั้งล่าสุด | 2021-03-01 |
วันที่เผยแพร่ | 2021-03-01 |
คะแนน | 5.00/5 รวมทั้งหมด 4 คะแนน |
ผู้พัฒนา | Malpp |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://github.com/Malpp/remove_dubs |
URL หน้าช่วยเหลือ | https://github.com/Malpp/remove_dubs/issues |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Remove Crunchyroll simulcast calendar dubs", "version": "1.0", "manifest_version": 2, "description": "Removes the dub titles from the Crunchyroll simulcast calendar.", "homepage_url": "https:\/\/github.com\/Malpp\/remove_dubs", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "https:\/\/www.crunchyroll.com\/simulcastcalendar*" ], "content_scripts": [ { "matches": [ "https:\/\/www.crunchyroll.com\/simulcastcalendar*" ], "js": [ "src\/remove_dubs.js", "js\/jquery\/jquery.min.js" ] } ] } |