BetterCrunchyroll

Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button

Apa itu BetterCrunchyroll?

BetterCrunchyroll adalah ekstensi Chrome yang dikembangkan oleh Tmarkn, dan fitur utamanya adalah "Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi BetterCrunchyroll

Unduh file ekstensi BetterCrunchyroll 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

                        Makes Crunchyroll better.
• larger video player
• automatic scrolling to video
• scroll to video button

Does not access any of your data.                    

Informasi Dasar Ekstensi

Nama BetterCrunchyroll BetterCrunchyroll
ID cldnbplkggalmoinfcocckdahbnhjded
URL Resmi https://chromewebstore.google.com/detail/bettercrunchyroll/cldnbplkggalmoinfcocckdahbnhjded
Deskripsi Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button
Ukuran File 23.2 KB
Jumlah Instalasi 287
Versi Saat Ini 1.1.0
Terakhir Diperbarui 2020-09-23
Tanggal Publikasi 2020-09-21
Penilaian 5.00/5 Total 2 Penilaian
Pengembang Tmarkn
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "BetterCrunchyroll",
    "version": "1.1.0",
    "description": "Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button",
    "icons": {
        "16": "\/images\/bcr-logo16.png",
        "48": "\/images\/bcr-logo48.png",
        "128": "\/images\/bcr-logo128.png"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/www.crunchyroll.com\/*"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/images\/upbutton.png",
        "styles.css"
    ]
}