Crunchyroll Skipper

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

O que é Crunchyroll Skipper?

Crunchyroll Skipper é uma extensão do Chrome desenvolvida por Unknown, e sua principal característica é "Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Crunchyroll Skipper

Baixe arquivos de extensão Crunchyroll Skipper 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

                        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.                    

Informações Básicas da Extensão

Nome Crunchyroll Skipper Crunchyroll Skipper
ID ipanhcjnbhelglccnikmfmikmeakbcfk
URL Oficial https://chromewebstore.google.com/detail/crunchyroll-skipper/ipanhcjnbhelglccnikmfmikmeakbcfk
Descrição Allows intros and outros to be skipped through a skip button per anime episode on Crunchyroll
Tamanho do Arquivo 19.04 KB
Contagem de Instalações 432
Versão Atual 1.2
Última Atualização 2020-06-10
Data de Publicação 2020-06-10
Classificação 4.33/5 Total de 3 Avaliações
Desenvolvedor Unknown
Tipo de Pagamento free
Site da Extensão https://github.com/Weretiger/crskipper
URL da Página de Ajuda https://github.com/Weretiger/crskipper
Idiomas Suportados 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
}