Crunchyroll One Piece Title Card Skipper
Skip to title card and improve the One Piece experience.
什么是Crunchyroll One Piece Title Card Skipper?
Crunchyroll One Piece Title Card Skipper是由rdongre开发的Chrome扩展程序,该扩展的主要功能是“Skip to title card and improve the One Piece experience.”。
扩展截图
下载Crunchyroll One Piece Title Card Skipper扩展crx文件
下载Crunchyroll One Piece Title Card Skipper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to: - Skip to the title card of One Piece in Crunchyroll based on user comments - Increase playback speed up to 2x on all of Crunchyroll - Decrease playback speed on all of Crunchyroll
扩展基本信息
名称 | Crunchyroll One Piece Title Card Skipper |
ID | nnndgckkckldmgmjhdeinogflbneicic |
官方URL | https://chromewebstore.google.com/detail/crunchyroll-one-piece-tit/nnndgckkckldmgmjhdeinogflbneicic |
简介 | Skip to title card and improve the One Piece experience. |
文件大小 | 21.45 KB |
安装次数 | 174 |
当前版本 | 1.0.0 |
更新时间 | 2021-02-01 |
上架时间 | 2021-01-31 |
评分 | 2.00/5 共4次评分 |
开发者 | rdongre |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Crunchyroll One Piece Title Card Skipper", "version": "1.0.0", "description": "Skip to title card and improve the One Piece experience.", "background": { "scripts": [ "background.js" ], "persistent": false }, "icons": { "128": "icon.png" }, "page_action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.crunchyroll.com\/*" ], "run_at": "document_end", "all_frames": true, "js": [ "playback.js" ] } ], "permissions": [ "activeTab", "declarativeContent", "storage" ], "manifest_version": 2 } |