Skip Anime OP
Press alt+a when an op starts on crunchyroll to skip!
什么是Skip Anime OP?
Skip Anime OP是由biggant1开发的Chrome扩展程序,该扩展的主要功能是“Press alt+a when an op starts on crunchyroll to skip!”。
扩展截图
下载Skip Anime OP扩展crx文件
下载Skip Anime OP扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Chrome extension that lets you skip the anime ops on crunchyroll by pressing alt+a when they start. 扩展基本信息
| 名称 | |
| ID | jbiahbgldkhcfimpmlngacndienaoinj |
| 官方URL | https://chromewebstore.google.com/detail/skip-anime-op/jbiahbgldkhcfimpmlngacndienaoinj |
| 简介 | Press alt+a when an op starts on crunchyroll to skip! |
| 文件大小 | 23.6 KB |
| 安装次数 | 55 |
| 当前版本 | 1.0 |
| 更新时间 | 2020-12-21 |
| 上架时间 | 2020-12-20 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | biggant1 |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Skip Anime OP",
"description": "Press alt+a when an op starts on crunchyroll to skip!",
"version": "1.0",
"browser_action": {
"default_icon": "icon.png"
},
"icons": {
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"https:\/\/static.crunchyroll.com\/vilos-v2\/web\/vilos\/player.html*",
"https:\/\/aniwatch.me\/anime\/*"
],
"js": [
"content.js"
]
}
],
"permissions": [
"https:\/\/www.crunchyroll.com\/*",
"https:\/\/aniwatch.me\/anime\/*"
]
} | |