Endless for Youtube

Play and replay that Youtube video to death

Endless for Youtube란 무엇입니까?

Endless for Youtube은(는) jing에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Play and replay that Youtube video to death"입니다.

확장 프로그램 스크린샷

screenshot

Endless for Youtube 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Replay that Youtube video over and over and over again!

Install this extension and find the repeat button (enabled on install) added to the bottom right hand corner of your Youtube video player. 

Hit the extension settings menu to restore your default Youtube player. You can do this over and over too!!! Who doesn't like clicking a nice toggle every once in a while?

Can't stop listening to that song you can't find on Spotify? Repeat.
Want to nail that dance choreography? Repeat.
Need to hear the voice of your internet celebrity/hero/idol...over and over and over again? Repeat!                    

확장 프로그램 기본 정보

이름 Endless for Youtube Endless for Youtube
ID flgphficmginnjhdhebgegacneklhehm
공식 URL https://chromewebstore.google.com/detail/endless-for-youtube/flgphficmginnjhdhebgegacneklhehm
설명 Play and replay that Youtube video to death
파일 크기 12.65 KB
설치 횟수 171
현재 버전 1.0.10
최근 업데이트 2017-03-17
출시 날짜 2017-03-16
평점 4.00/5 총 8 개의 평점
개발자 jing
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Endless for Youtube",
    "description": "Play and replay that Youtube video to death",
    "version": "1.0.10",
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "*:\/\/*.youtube.com\/*"
    ],
    "background": {
        "scripts": [
            "\/js\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.youtube.com\/*"
            ],
            "css": [
                "\/css\/styles.css"
            ],
            "js": [
                "\/js\/content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "\/assets\/icon_128.png",
        "default_title": "Settings",
        "default_popup": "\/templates\/popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}