Crunchyroll One Piece Title Card Skipper

Skip to title card and improve the One Piece experience.

Wat is Crunchyroll One Piece Title Card Skipper?

Crunchyroll One Piece Title Card Skipper is een Chrome-extensie ontwikkeld door rdongre, en de belangrijkste functie is "Skip to title card and improve the One Piece experience.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Crunchyroll One Piece Title Card Skipper

Download Crunchyroll One Piece Title Card Skipper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This extension allows you to: 
- Skip to the title card of One Piece in Crunchyroll based on user comments 
- Increase playback speed up to 2x on all of Crunchyroll
- Decrease playback speed on all of Crunchyroll                    

Basisinformatie over de Extensie

Naam Crunchyroll One Piece Title Card Skipper Crunchyroll One Piece Title Card Skipper
ID nnndgckkckldmgmjhdeinogflbneicic
Officiële URL https://chromewebstore.google.com/detail/crunchyroll-one-piece-tit/nnndgckkckldmgmjhdeinogflbneicic
Beschrijving Skip to title card and improve the One Piece experience.
Bestandsgrootte 21.45 KB
Aantal Installaties 174
Huidige Versie 1.0.0
Laatst Bijgewerkt 2021-02-01
Publicatiedatum 2021-01-31
Beoordeling 2.00/5 Totaal 4 Beoordelingen
Ontwikkelaar rdongre
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Crunchyroll One Piece Title Card Skipper",
    "version": "1.0.0",
    "description": "Skip to title card and improve the One Piece experience.",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "icon.png"
    },
    "page_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.crunchyroll.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true,
            "js": [
                "playback.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "manifest_version": 2
}