HD, Replay, Popout for YouTube™
Make YouTube videos automatically play in HD, Repeat YouTube videos automatically, and Open any YouTube video in a popout window.
HD, Replay, Popout for YouTube™란 무엇입니까?
HD, Replay, Popout for YouTube™은(는) Smart Software에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Make YouTube videos automatically play in HD, Repeat YouTube videos automatically, and Open any YouTube video in a popout window."입니다.
확장 프로그램 스크린샷
HD, Replay, Popout for YouTube™ 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Make YouTube videos automatically play in HD. and Repeat YouTube videos automatically. *Auto HD feature Forces YouTube to play HD quality all the time. Never see a bad low quality movie anymore. Automatically loads HD version of YouTube videos. *Open any YouTube video in a popout window. *Auto Replay feature Repeat YouTube videos automatically. Intuitive and easy to use. Published the extension since 2014 Updated to the manifest v3 in December 2023
확장 프로그램 기본 정보
이름 | HD, Replay, Popout for YouTube™ |
ID | oabcncpmomlmkkeagpphpfncjdmmnipk |
공식 URL | https://chromewebstore.google.com/detail/hd-replay-popout-for-yout/oabcncpmomlmkkeagpphpfncjdmmnipk |
설명 | Make YouTube videos automatically play in HD, Repeat YouTube videos automatically, and Open any YouTube video in a popout window. |
파일 크기 | 40.03 KB |
설치 횟수 | 3,107 |
현재 버전 | 1.0.1.7 |
최근 업데이트 | 2023-12-12 |
출시 날짜 | 2020-04-16 |
평점 | 4.25/5 총 88 개의 평점 |
개발자 | Smart Software |
이메일 | [email protected] |
결제 유형 | free |
개인정보 보호 정책 페이지 URL | http://iblogbox.com/chrome/tos.php |
지원되는 언어 | en |
manifest.json | |
{ "background": { "service_worker": "js\/bg.js" }, "default_locale": "en", "description": "__MSG_ext_description__", "icons": { "128": "images\/128.png", "16": "images\/16.png", "48": "images\/48.png", "72": "images\/72.png" }, "action": { "default_icon": "images\/128.png", "default_title": "__MSG_ext_name__", "default_popup": "popup.html" }, "content_scripts": [ { "all_frames": false, "css": [], "js": [ "js\/youtube.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "js\/youtubescript.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ] } ], "name": "__MSG_ext_name__", "host_permissions": [ "*:\/\/*.youtube.com\/*" ], "permissions": [ "storage", "activeTab" ], "options_page": "options.html", "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "minimum_chrome_version": "88.0.0.0", "version": "1.0.1.7" } |