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.”。

擴展截圖

screenshot
screenshot

下載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? Is It Real 4K?
ID kdhamhcmcmkckphfnlonjclblldfedhd
官方網址 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
}