Loop That Vid

This extension allows you to play a youtube video or song on an infinite loop

Loop That Vid란 무엇입니까?

Loop That Vid은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension allows you to play a youtube video or song on an infinite loop"입니다.

확장 프로그램 스크린샷

screenshot

Loop That Vid 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This extension allows you to play a youtube video/song on an infinite loop.

Usage
Go to www.youtube.com and open a video/song of your liking.
Click the 'Loop That Vid' extension button on the top right corner of chrome.

Story
I like to listen to songs on an infinite loop.
I was tired of manually editing urls to loop a song that I wanted to listen to indefinitely.
Hence, LoopThatVid.

What is really happening?
This extension edits your url to direct you to a website which loops your video/song.                    

확장 프로그램 기본 정보

이름 Loop That Vid Loop That Vid
ID adlilnogifgfhgcnigbkbfekcedfajgg
공식 URL https://chromewebstore.google.com/detail/loop-that-vid/adlilnogifgfhgcnigbkbfekcedfajgg
설명 This extension allows you to play a youtube video or song on an infinite loop
파일 크기 16.49 KB
설치 횟수 22
현재 버전 1.0
최근 업데이트 2015-01-06
출시 날짜 2015-01-06
평점 4.33/5 총 3 개의 평점
개발자 Unknown
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Loop That Vid",
    "description": "This extension allows you to play a youtube video or song on an infinite loop",
    "version": "1.0",
    "permissions": [
        "tabs"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "background": {
        "scripts": [
            "mainLogic.js"
        ]
    }
}