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文件
下载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" ] } ] } |