Remove Crunchyroll simulcast calendar dubs
Removes the dub titles from the Crunchyroll simulcast calendar.
Remove Crunchyroll simulcast calendar dubs란 무엇입니까?
Remove Crunchyroll simulcast calendar dubs은(는) Malpp에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Removes the dub titles from the Crunchyroll simulcast calendar."입니다.
확장 프로그램 스크린샷
Remove Crunchyroll simulcast calendar dubs 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
도움말 페이지 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" ] } ] } |