BetterCrunchyroll
Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button
什么是BetterCrunchyroll?
BetterCrunchyroll是由Tmarkn开发的Chrome扩展程序,该扩展的主要功能是“Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button”。
扩展截图
下载BetterCrunchyroll扩展crx文件
下载BetterCrunchyroll扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Makes Crunchyroll better.
• larger video player
• automatic scrolling to video
• scroll to video button
Does not access any of your data. 扩展基本信息
| 名称 | |
| ID | cldnbplkggalmoinfcocckdahbnhjded |
| 官方URL | https://chromewebstore.google.com/detail/bettercrunchyroll/cldnbplkggalmoinfcocckdahbnhjded |
| 简介 | Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button |
| 文件大小 | 23.2 KB |
| 安装次数 | 287 |
| 当前版本 | 1.1.0 |
| 更新时间 | 2020-09-23 |
| 上架时间 | 2020-09-21 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Tmarkn |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "BetterCrunchyroll",
"version": "1.1.0",
"description": "Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button",
"icons": {
"16": "\/images\/bcr-logo16.png",
"48": "\/images\/bcr-logo48.png",
"128": "\/images\/bcr-logo128.png"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/www.crunchyroll.com\/*"
]
}
],
"web_accessible_resources": [
"\/images\/upbutton.png",
"styles.css"
]
} | |