Crunchyroll Skipper
Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll
Hvad er Crunchyroll Skipper?
Crunchyroll Skipper er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll".
Udvidelsesskærmbilleder
Download Crunchyroll Skipper-udvidelses-CRX-fil
Download Crunchyroll Skipper-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Crunchyroll Skipper |
ID | ipanhcjnbhelglccnikmfmikmeakbcfk |
Officiel URL | https://chromewebstore.google.com/detail/crunchyroll-skipper/ipanhcjnbhelglccnikmfmikmeakbcfk |
Beskrivelse | Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll |
Filstørrelse | 19.04 KB |
Antal Installationer | 432 |
Nuværende Version | 1.2 |
Senest Opdateret | 2020-06-10 |
Udgivelsesdato | 2020-06-10 |
Bedømmelse | 4.33/5 Samlet 3 Bedømmelser |
Udvikler | Unknown |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/Weretiger/crskipper |
Hjælpeside-URL | https://github.com/Weretiger/crskipper |
Understøttede Sprog | 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 } |