YouTube Instant Autoplay
Instantly plays the next YouTube video!
YouTube Instant Autoplay란 무엇입니까?
YouTube Instant Autoplay은(는) loyolapps에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Instantly plays the next YouTube video!"입니다.
확장 프로그램 스크린샷
YouTube Instant Autoplay 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Instantly plays the next YouTube video upon finishing the current video. No need to wait or click to watch the next video! ✅ Automatically plays the next YouTube video 💡 Make sure to have "AutoPlay" on (located on YouTube player itself) Feedbacks and feature requests are happily welcomed at [email protected]
확장 프로그램 기본 정보
이름 | YouTube Instant Autoplay |
ID | daaddadfbkngjhmjgcmmbeomechfoacb |
공식 URL | https://chromewebstore.google.com/detail/youtube-instant-autoplay/daaddadfbkngjhmjgcmmbeomechfoacb |
설명 | Instantly plays the next YouTube video! |
파일 크기 | 27.94 KB |
설치 횟수 | 588 |
현재 버전 | 1.2 |
최근 업데이트 | 2023-12-20 |
출시 날짜 | 2021-02-24 |
평점 | 4.00/5 총 8 개의 평점 |
개발자 | loyolapps |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Instant Autoplay", "version": "1.2", "description": "Instantly plays the next YouTube video!", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*" ], "js": [ "content.js" ] } ], "action": { "default_icon": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/logo.png", "32": "images\/logo.png", "48": "images\/logo.png", "128": "images\/icon128.png" } } |