Crunchyroll One Piece Title Card Skipper

Skip to title card and improve the One Piece experience.

What is Crunchyroll One Piece Title Card Skipper?

Crunchyroll One Piece Title Card Skipper is a Chrome extension developed by rdongre, and its main feature is "Skip to title card and improve the One Piece experience.".

Extension Screenshots

screenshot

Download Crunchyroll One Piece Title Card Skipper Extension CRX File

Download Crunchyroll One Piece Title Card Skipper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Crunchyroll One Piece Title Card Skipper Crunchyroll One Piece Title Card Skipper
ID nnndgckkckldmgmjhdeinogflbneicic
Official URL https://chromewebstore.google.com/detail/crunchyroll-one-piece-tit/nnndgckkckldmgmjhdeinogflbneicic
Description Skip to title card and improve the One Piece experience.
File Size 21.45 KB
Installation Count 174
Current Version 1.0.0
Last Updated 2021-02-01
Publish Date 2021-01-31
Rating 2.00/5 Total 4 Ratings
Developer rdongre
Email [email protected]
Payment Type free
Supported Languages 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
}