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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
عنوان صفحة المساعدة | 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" ] } ] } |