Stuck on repeat
Adds a repeat button to Youtube & Vimeo videos.
Stuck on repeat란 무엇입니까?
Stuck on repeat은(는) https://www.davidlopezgomez.es에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Adds a repeat button to Youtube & Vimeo videos."입니다.
확장 프로그램 스크린샷
Stuck on repeat 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
You've got me stuck on repeat And I just can't seem to break free You've got me stuck on repeat I can only move to the beat And I don't remember how it started And I don't know how to stop But every time I reach the bottom Something pulls me right back to the top 'cause
확장 프로그램 기본 정보
이름 | Stuck on repeat |
ID | pldfmggcjmefiajnmphgpnbeideaaaab |
공식 URL | https://chromewebstore.google.com/detail/stuck-on-repeat/pldfmggcjmefiajnmphgpnbeideaaaab |
설명 | Adds a repeat button to Youtube & Vimeo videos. |
파일 크기 | 11.92 KB |
설치 횟수 | 710 |
현재 버전 | 0.14 |
최근 업데이트 | 2022-07-06 |
출시 날짜 | 2017-09-08 |
평점 | 5.00/5 총 9 개의 평점 |
개발자 | https://www.davidlopezgomez.es |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stuck on repeat", "description": "__MSG_extDescription__", "author": "David L\u00f3pez", "version": "0.14", "default_locale": "en", "manifest_version": 2, "browser_action": { "default_icon": { "38": "img\/icon38.png", "19": "img\/icon19.png" } }, "content_scripts": [ { "matches": [ "*:\/\/www.youtube.com\/*", "*:\/\/vimeo.com\/*" ], "js": [ "content.js" ], "css": [ "style.css" ], "run_at": "document_end" } ], "icons": { "128": "img\/icon128.png", "48": "img\/icon48.png", "16": "img\/icon16.png" } } |