BetterCrunchyroll

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

Co je BetterCrunchyroll?

BetterCrunchyroll je rozšíření Chrome vyvinuté Tmarkn, a jeho hlavní funkcí je „Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření BetterCrunchyroll

Stáhněte si soubory rozšíření BetterCrunchyroll ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

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

Does not access any of your data.                    

Základní Informace o Rozšíření

Název BetterCrunchyroll BetterCrunchyroll
ID cldnbplkggalmoinfcocckdahbnhjded
Oficiální URL https://chromewebstore.google.com/detail/bettercrunchyroll/cldnbplkggalmoinfcocckdahbnhjded
Popis Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button
Velikost souboru 23.2 KB
Počet instalací 287
Aktuální Verze 1.1.0
Poslední Aktualizace 2020-09-23
Datum Vydání 2020-09-21
Hodnocení 5.00/5 Celkem 2 Hodnocení
Vývojář Tmarkn
E-mail [email protected]
Typ Platby free
Podporované Jazyky 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"
    ]
}