Crunchyroll Skipper
Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll
Co je Crunchyroll Skipper?
Crunchyroll Skipper je rozšíření Chrome vyvinuté Unknown, a jeho hlavní funkcí je „Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Crunchyroll Skipper
Stáhněte si soubory rozšíření Crunchyroll Skipper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | Crunchyroll Skipper |
ID | ipanhcjnbhelglccnikmfmikmeakbcfk |
Oficiální URL | https://chromewebstore.google.com/detail/crunchyroll-skipper/ipanhcjnbhelglccnikmfmikmeakbcfk |
Popis | Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll |
Velikost souboru | 19.04 KB |
Počet instalací | 432 |
Aktuální Verze | 1.2 |
Poslední Aktualizace | 2020-06-10 |
Datum Vydání | 2020-06-10 |
Hodnocení | 4.33/5 Celkem 3 Hodnocení |
Vývojář | Unknown |
Typ Platby | free |
Webové stránky Rozšíření | https://github.com/Weretiger/crskipper |
URL Stránky Nápovědy | https://github.com/Weretiger/crskipper |
Podporované Jazyky | 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 } |