Auto Replay - Looper for YouTube™
Automatically replay, repeats your favorite YouTube video.
Auto Replay - Looper for YouTube™란 무엇입니까?
Auto Replay - Looper for YouTube™은(는) Download Manager에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically replay, repeats your favorite YouTube video."입니다.
확장 프로그램 스크린샷
Auto Replay - Looper for YouTube™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Auto replay for Youtube. Repeat infinitely your favorite video
확장 프로그램 기본 정보
이름 | Auto Replay - Looper for YouTube™ |
ID | aniinijjlicmolpeohhlojkgjacpfjdc |
공식 URL | https://chromewebstore.google.com/detail/auto-replay-looper-for-yo/aniinijjlicmolpeohhlojkgjacpfjdc |
설명 | Automatically replay, repeats your favorite YouTube video. |
파일 크기 | 80.75 KB |
설치 횟수 | 177 |
현재 버전 | 0.1.5 |
최근 업데이트 | 2017-10-28 |
출시 날짜 | 2017-10-28 |
평점 | 4.25/5 총 4 개의 평점 |
개발자 | Download Manager |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | https://addonbrowser.com/privacy |
지원되는 언어 | en |
manifest.json | |
{ "version": "0.1.5", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "permissions": [ "storage" ], "short_name": "looperforyoutube", "name": "Auto Replay - Looper for YouTube\u2122", "background": { "page": "lib\/chrome\/background.html" }, "description": "Automatically replay, repeats your favorite YouTube video.", "browser_action": { "default_popup": "data\/popup\/popup.html", "default_title": "Auto Replay for YouTube\u2122", "default_icon": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png" } }, "content_scripts": [ { "all_frames": false, "run_at": "document_start", "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "data\/content_script\/inject.js" ] } ], "icons": { "16": "data\/icons\/16.png", "32": "data\/icons\/32.png", "48": "data\/icons\/48.png", "64": "data\/icons\/64.png", "128": "data\/icons\/128.png" } } |