Crunchyroll Skipper

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

Cos'è Crunchyroll Skipper?

Crunchyroll Skipper è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Crunchyroll Skipper

Scarica i file di estensione Crunchyroll Skipper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Crunchyroll Skipper Crunchyroll Skipper
ID ipanhcjnbhelglccnikmfmikmeakbcfk
URL Ufficiale https://chromewebstore.google.com/detail/crunchyroll-skipper/ipanhcjnbhelglccnikmfmikmeakbcfk
Descrizione Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll
Dimensione del File 19.04 KB
Conteggio Installazioni 432
Versione Corrente 1.2
Ultimo Aggiornamento 2020-06-10
Data di Pubblicazione 2020-06-10
Valutazione 4.33/5 Totale 3 Valutazioni
Sviluppatore Unknown
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/Weretiger/crskipper
URL della Pagina di Aiuto https://github.com/Weretiger/crskipper
Lingue Supportate 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
}