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 |
Eメール | [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 } |