Crunchyroll Skipper

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

Was ist Crunchyroll Skipper?

Crunchyroll Skipper ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Crunchyroll Skipper-Erweiterungs-CRX-Datei herunterladen

Laden Sie Crunchyroll Skipper-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Crunchyroll Skipper Crunchyroll Skipper
ID ipanhcjnbhelglccnikmfmikmeakbcfk
Offizielle URL https://chromewebstore.google.com/detail/crunchyroll-skipper/ipanhcjnbhelglccnikmfmikmeakbcfk
Beschreibung Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll
Dateigröße 19.04 KB
Installationsanzahl 432
Aktuelle Version 1.2
Letztes Update 2020-06-10
Veröffentlichungsdatum 2020-06-10
Bewertung 4.33/5 Insgesamt 3 Bewertungen
Entwickler Unknown
Zahlungsart free
Erweiterungswebsite https://github.com/Weretiger/crskipper
Hilfeseite URL https://github.com/Weretiger/crskipper
Unterstützte Sprachen 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
}