Is It Real 4K?
Check if a UHD Blu-ray Movie is real 4K.
O que é Is It Real 4K??
Is It Real 4K? é uma extensão do Chrome desenvolvida por 王成, e sua principal característica é "Check if a UHD Blu-ray Movie is real 4K.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Is It Real 4K?
Baixe arquivos de extensão Is It Real 4K? no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Is It Real 4K? |
ID | kdhamhcmcmkckphfnlonjclblldfedhd |
URL Oficial | https://chromewebstore.google.com/detail/is-it-real-4k/kdhamhcmcmkckphfnlonjclblldfedhd |
Descrição | Check if a UHD Blu-ray Movie is real 4K. |
Tamanho do Arquivo | 91.53 KB |
Contagem de Instalações | 22 |
Versão Atual | 1.0 |
Última Atualização | 2020-02-24 |
Data de Publicação | 2020-02-24 |
Desenvolvedor | 王成 |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |