BetterCrunchyroll

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

O que é BetterCrunchyroll?

BetterCrunchyroll é uma extensão do Chrome desenvolvida por Tmarkn, e sua principal característica é "Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão BetterCrunchyroll

Baixe arquivos de extensão BetterCrunchyroll no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Does not access any of your data.                    

Informações Básicas da Extensão

Nome BetterCrunchyroll BetterCrunchyroll
ID cldnbplkggalmoinfcocckdahbnhjded
URL Oficial https://chromewebstore.google.com/detail/bettercrunchyroll/cldnbplkggalmoinfcocckdahbnhjded
Descrição Makes Crunchyroll better by adding a few features: a larger video player, automatic scrolling to video, and a scroll to video button
Tamanho do Arquivo 23.2 KB
Contagem de Instalações 287
Versão Atual 1.1.0
Última Atualização 2020-09-23
Data de Publicação 2020-09-21
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor Tmarkn
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}