Is It Real 4K?
Check if a UHD Blu-ray Movie is real 4K.
Is It Real 4K?とは何ですか?
Is It Real 4K?は王成によって開発されたChromeの拡張機能で、その主な機能は「Check if a UHD Blu-ray Movie is real 4K.」です。
拡張機能のスクリーンショット
Is It Real 4K?拡張機能のCRXファイルをダウンロード
Is It Real 4K?拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Check if a UHD Blu-ray Movie is real 4K. There are many UHD Blu-ray titles. But Some movies use 2K resolution digital intermediate (DI). For these titles the UHD version is upscaled from 2K to 4K, or "fake 4K". This extension can search IMDB for a movie's technial info and tell you if it uses 4K digital intermediate. How to use: - right-click a IMDB link or selected IMDB ID (tt1234567) - click "Is it real 4K" - the extension will fetch data on IMDB and notify you.
拡張機能の基本情報
名前 | Is It Real 4K? |
ID | kdhamhcmcmkckphfnlonjclblldfedhd |
公式URL | https://chromewebstore.google.com/detail/is-it-real-4k/kdhamhcmcmkckphfnlonjclblldfedhd |
説明 | Check if a UHD Blu-ray Movie is real 4K. |
ファイルサイズ | 91.53 KB |
インストール数 | 22 |
現在のバージョン | 1.0 |
最終更新日 | 2020-02-24 |
公開日 | 2020-02-24 |
開発者 | 王成 |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Is It Real 4K?", "version": "1.0", "description": "Check if a UHD Blu-ray Movie is real 4K.", "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "contextMenus", "notifications", "https:\/\/www.imdb.com\/" ], "icons": { "128": "[email protected]", "256": "is-real-4k.png" }, "manifest_version": 2 } |