Crunchyroll Skipper

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

Apa itu Crunchyroll Skipper?

Crunchyroll Skipper adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Crunchyroll Skipper

Unduh file ekstensi Crunchyroll Skipper dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Crunchyroll Skipper Crunchyroll Skipper
ID ipanhcjnbhelglccnikmfmikmeakbcfk
URL Resmi https://chromewebstore.google.com/detail/crunchyroll-skipper/ipanhcjnbhelglccnikmfmikmeakbcfk
Deskripsi Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll
Ukuran File 19.04 KB
Jumlah Instalasi 432
Versi Saat Ini 1.2
Terakhir Diperbarui 2020-06-10
Tanggal Publikasi 2020-06-10
Penilaian 4.33/5 Total 3 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Situs Ekstensi https://github.com/Weretiger/crskipper
URL Halaman Bantuan https://github.com/Weretiger/crskipper
Bahasa yang Didukung 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
}