Kasette: Auto-Replay YouTube Videos

Chrome extension to put YouTube videos on replay

Kasette: Auto-Replay YouTube Videos란 무엇입니까?

Kasette: Auto-Replay YouTube Videos은(는) Linus Lee에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome extension to put YouTube videos on replay"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Kasette: Auto-Replay YouTube Videos 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Kasette: Auto-Replay YouTube Videos Kasette: Auto-Replay YouTube Videos
ID plnciiihkbhecjbleklilmagcfhkbofj
공식 URL https://chromewebstore.google.com/detail/kasette-auto-replay-youtu/plnciiihkbhecjbleklilmagcfhkbofj
설명 Chrome extension to put YouTube videos on replay
파일 크기 86.9 KB
설치 횟수 28
현재 버전 1.0.2
최근 업데이트 2018-02-20
출시 날짜 2018-02-20
평점 5.00/5 총 1 개의 평점
개발자 Linus Lee
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://linus.zone/pp
지원되는 언어 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"
    ]
}