Crunchyroll Skipper
Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll
什么是Crunchyroll Skipper?
Crunchyroll Skipper是由Unknown开发的Chrome扩展程序,该扩展的主要功能是“Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll”。
扩展截图
下载Crunchyroll Skipper扩展crx文件
下载Crunchyroll Skipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
With this extension users can upload a time frame for either intros or outros per anime episode. Once a time frame is uploaded, a skip button will appear when the episode reaches the uploaded time frame. If the user clicks the skip button, the time frame will be skipped. 扩展基本信息
| 名称 | |
| ID | ipanhcjnbhelglccnikmfmikmeakbcfk |
| 官方URL | https://chromewebstore.google.com/detail/crunchyroll-skipper/ipanhcjnbhelglccnikmfmikmeakbcfk |
| 简介 | Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll |
| 文件大小 | 19.04 KB |
| 安装次数 | 432 |
| 当前版本 | 1.2 |
| 更新时间 | 2020-06-10 |
| 上架时间 | 2020-06-10 |
| 评分 | 4.33/5 共3次评分 |
| 开发者 | Unknown |
| 付费类型 | free |
| 扩展官网 | https://github.com/Weretiger/crskipper |
| 帮助页面URL | https://github.com/Weretiger/crskipper |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Crunchyroll Skipper",
"version": "1.2",
"description": "Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/static.crunchyroll.com\/vilos-v2\/web\/vilos\/player.html*"
],
"js": [
"content_script.js"
],
"all_frames": true
}
],
"permissions": [],
"manifest_version": 2
} | |