Reply Videos Tweak For Youtube
Enables autoreplay of a YouTube™ videos
Reply Videos Tweak For Youtube란 무엇입니까?
Reply Videos Tweak For Youtube은(는) Zenunity에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Enables autoreplay of a YouTube™ videos"입니다.
확장 프로그램 스크린샷
Reply Videos Tweak For Youtube 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
No need to use refresh button to repeat a video on youtube anymore. because "Reply Videos Tweak For Youtube" extension will help you to to that in one single click. For any issues or suggestions, please leave comment at Chrome Web Store. Thank you!
확장 프로그램 기본 정보
이름 | |
ID | kijcidehmghliocaelamimgiaiogcjal |
공식 URL | https://chrome.google.com/webstore/detail/reply-videos-tweak-for-yo/kijcidehmghliocaelamimgiaiogcjal |
설명 | Enables autoreplay of a YouTube™ videos |
파일 크기 | 12.71 KB |
설치 횟수 | 22,426 |
현재 버전 | 1.3 |
최근 업데이트 | 2021-02-12 |
출시 날짜 | 2021-02-11 |
평점 | 2.74/5 총 491 개의 평점 |
개발자 | Zenunity |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://4kdownloader.net/privacy |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "version": "1.3", "default_locale": "en", "description": "__MSG_appDesc__", "icons": { "16": "images\/icon-16x16.png", "32": "images\/icon-32x32.png", "48": "images\/icon-48x48.png", "128": "images\/icon-128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/www.youtube.com\/*", "https:\/\/www.youtube.com\/*" ], "js": [ "scripts\/yt-repetertweak.js" ], "css": [ "css\/yt.css" ], "run_at": "document_end" } ] } |