enhanced-h264ify
Choose what video codec YouTube should play for you
enhanced-h264ify란 무엇입니까?
enhanced-h264ify은(는) alex에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Choose what video codec YouTube should play for you"입니다.
확장 프로그램 스크린샷
enhanced-h264ify 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
enhanced-h264ify is a fork of well-known h264ify extension for Firefox/Chrome which blocks VP8/VP9 codecs on YouTube, so that you can use H264 only. This may be useful because there are lots of devices on the market which support H264 hardware decoding and do not support VP8/VP9. This extension has new features such as manual blocking of H264, VP8, VP9, AV1 codecs and 60fps video. By default it blocks everything but H264 and 60fps video. It works only on YouTube. GitHub: https://github.com/alextrv/enhanced-h264ify
확장 프로그램 기본 정보
이름 | enhanced-h264ify |
ID | omkfmpieigblcllmkgbflkikinpkodlk |
공식 URL | https://chromewebstore.google.com/detail/enhanced-h264ify/omkfmpieigblcllmkgbflkikinpkodlk |
설명 | Choose what video codec YouTube should play for you |
파일 크기 | 17.19 KB |
설치 횟수 | 76,547 |
현재 버전 | 2.1.0 |
최근 업데이트 | 2019-06-03 |
출시 날짜 | 2019-06-02 |
평점 | 4.83/5 총 133 개의 평점 |
개발자 | alex |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://github.com/alextrv/enhanced-h264ify |
지원되는 언어 | en,cs,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "enhanced-h264ify", "version": "2.1.0", "manifest_version": 2, "description": "__MSG_extensionDescription__", "homepage_url": "https:\/\/github.com\/alextrv\/enhanced-h264ify", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "browser_action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_title": "enhanced-h264ify", "default_popup": "options.html" }, "content_scripts": [ { "matches": [ "*:\/\/*.youtube.com\/*", "*:\/\/*.youtube-nocookie.com\/*", "*:\/\/*.youtu.be\/*" ], "js": [ "src\/inject\/inject.js", "src\/inject\/content_script.js" ], "run_at": "document_start", "all_frames": true } ], "default_locale": "en", "options_ui": { "page": "options.html" }, "permissions": [ "storage" ] } |