Crunchyroll Skipper

Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll

Co to jest Crunchyroll Skipper?

Crunchyroll Skipper to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Crunchyroll Skipper

Pobierz pliki rozszerzeń Crunchyroll Skipper w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Crunchyroll Skipper Crunchyroll Skipper
ID ipanhcjnbhelglccnikmfmikmeakbcfk
Oficjalny URL https://chromewebstore.google.com/detail/crunchyroll-skipper/ipanhcjnbhelglccnikmfmikmeakbcfk
Opis Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll
Rozmiar pliku 19.04 KB
Liczba instalacji 432
Aktualna Wersja 1.2
Ostatnia Aktualizacja 2020-06-10
Data Publikacji 2020-06-10
Ocena 4.33/5 Łącznie 3 Oceny
Deweloper Unknown
Typ Płatności free
Strona Rozszerzenia https://github.com/Weretiger/crskipper
Adres URL Strony Pomocy https://github.com/Weretiger/crskipper
Obsługiwane Języki 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
}