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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
개발자 | 王成 |
이메일 | [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 } |