Crunchyroll Skipper

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

Qu'est-ce que Crunchyroll Skipper ?

Crunchyroll Skipper est une extension Chrome développée par Unknown, et sa fonction principale est "Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Crunchyroll Skipper

Téléchargez les fichiers d'extension Crunchyroll Skipper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Crunchyroll Skipper Crunchyroll Skipper
ID ipanhcjnbhelglccnikmfmikmeakbcfk
URL Officiel https://chromewebstore.google.com/detail/crunchyroll-skipper/ipanhcjnbhelglccnikmfmikmeakbcfk
Description Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll
Taille du Fichier 19.04 KB
Nombre d'Installations 432
Version Actuelle 1.2
Dernière Mise à Jour 2020-06-10
Date de Publication 2020-06-10
Évaluation 4.33/5 Total 3 Évaluations
Développeur Unknown
Type de Paiement free
Site Web de l'Extension https://github.com/Weretiger/crskipper
URL de la Page d'Aide https://github.com/Weretiger/crskipper
Langues Prises en Charge 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
}