Looper
Loop your favorite youtube music!
Looper란 무엇입니까?
Looper은(는) https://www.looper.mzf.cz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Loop your favorite youtube music!"입니다.
확장 프로그램 스크린샷
Looper 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Do you have that song you have to listen all the time but you dont want to click on the playbutton every time ? Well now here is your solution ! With this you can listen to your favorite music 24/7 !
확장 프로그램 기본 정보
이름 | Looper |
ID | dkhbillepflnnigmailedlidoefkofmg |
공식 URL | https://chromewebstore.google.com/detail/looper/dkhbillepflnnigmailedlidoefkofmg |
설명 | Loop your favorite youtube music! |
파일 크기 | 5.44 KB |
설치 횟수 | 25 |
현재 버전 | 1.0 |
최근 업데이트 | 2015-11-15 |
출시 날짜 | 2015-11-15 |
개발자 | https://www.looper.mzf.cz |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.looper.mzf.cz/ |
지원되는 언어 | cs |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Looper", "description": "Loop your favorite youtube music!", "version": "1.0", "permissions": [ "tabs" ], "browser_action": { "default_title": "Loop it!", "default_icon": "loop.png" }, "background": { "scripts": [ "background.js" ] } } |