Kasette: Auto-Replay YouTube Videos

Chrome extension to put YouTube videos on replay

O que é Kasette: Auto-Replay YouTube Videos?

Kasette: Auto-Replay YouTube Videos é uma extensão do Chrome desenvolvida por Linus Lee, e sua principal característica é "Chrome extension to put YouTube videos on replay".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Kasette: Auto-Replay YouTube Videos

Baixe arquivos de extensão Kasette: Auto-Replay YouTube Videos 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

                        Kasette allows you to put YouTube videos on infinite replay with one click. No-nonsense, just that.

Click the button once, and when the video finishes, it'll hit the replay button for you! Kasette does one small thing, but it does it pretty well. Watch the video to see how it works!

- - -

This is just a version-one, so let me know what you want to see added to Kasette, or if you encounter any problems, through the reviews / feedback forms here!

If you're curious how it works, or want to make sure there's nothing shady going on behind the scenes, you can check out the entire source code on GitHub here: https://github.com/thesephist/kasette

I've found it really useful to be able to put music videos or audio on repeat on YouTube over the years, so hopefully it's useful for you as well! - Linus

* Kasette currently works best for English-speaking YouTube users. If your language of YouTube is different, Kasette might not work super well. Sorry about that. I'm working on a fix!                    

Informações Básicas da Extensão

Nome Kasette: Auto-Replay YouTube Videos Kasette: Auto-Replay YouTube Videos
ID plnciiihkbhecjbleklilmagcfhkbofj
URL Oficial https://chromewebstore.google.com/detail/kasette-auto-replay-youtu/plnciiihkbhecjbleklilmagcfhkbofj
Descrição Chrome extension to put YouTube videos on replay
Tamanho do Arquivo 86.9 KB
Contagem de Instalações 28
Versão Atual 1.0.2
Última Atualização 2018-02-20
Data de Publicação 2018-02-20
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Linus Lee
Email [email protected]
Tipo de Pagamento free
URL da Página de Política de Privacidade https://linus.zone/pp
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Kasette: Auto-Replay YouTube Videos",
    "description": "Chrome extension to put YouTube videos on replay",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": "icons\/browser_button.png",
        "default_popup": "index.html"
    },
    "author": "Linus Lee",
    "short_name": "Kasette",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "permissions": [
        "activeTab"
    ]
}