Crunchyroll Skipper
Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll
Crunchyroll Skipper là gì?
Crunchyroll Skipper là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Crunchyroll Skipper
Tải xuống các tệp mở rộng Crunchyroll Skipper dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Crunchyroll Skipper |
ID | ipanhcjnbhelglccnikmfmikmeakbcfk |
URL Chính Thức | https://chromewebstore.google.com/detail/crunchyroll-skipper/ipanhcjnbhelglccnikmfmikmeakbcfk |
Mô tả | Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll |
Kích Thước Tệp | 19.04 KB |
Số Lần Cài Đặt | 432 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2020-06-10 |
Ngày Phát Hành | 2020-06-10 |
Đánh Giá | 4.33/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/Weretiger/crskipper |
URL Trang Trợ Giúp | https://github.com/Weretiger/crskipper |
Ngôn Ngữ Được Hỗ Trợ | 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 } |