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.
拡張機能の基本情報
名前 | Crunchyroll Skipper |
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 } |