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ファイルをダウンロード
enhanced-h264ify拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" ] } |