Crunchyroll Skipper
Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll
What is Crunchyroll Skipper?
Crunchyroll Skipper is a Chrome extension developed by Unknown, and its main feature is "Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll".
Extension Screenshots
Download Crunchyroll Skipper Extension CRX File
Download Crunchyroll Skipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Crunchyroll Skipper |
ID | ipanhcjnbhelglccnikmfmikmeakbcfk |
Official URL | https://chromewebstore.google.com/detail/crunchyroll-skipper/ipanhcjnbhelglccnikmfmikmeakbcfk |
Description | Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll |
File Size | 19.04 KB |
Installation Count | 432 |
Current Version | 1.2 |
Last Updated | 2020-06-10 |
Publish Date | 2020-06-10 |
Rating | 4.33/5 Total 3 Ratings |
Developer | Unknown |
Payment Type | free |
Extension Website | https://github.com/Weretiger/crskipper |
Help Page URL | https://github.com/Weretiger/crskipper |
Supported Languages | 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 } |