Is It Real 4K?

Check if a UHD Blu-ray Movie is real 4K.

Is It Real 4K? là gì?

Is It Real 4K? là một tiện ích mở rộng Chrome được phát triển bởi 王成, và tính năng chính của nó là "Check if a UHD Blu-ray Movie is real 4K.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Is It Real 4K?

Tải xuống các tệp mở rộng Is It Real 4K? dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Is It Real 4K? Is It Real 4K?
ID kdhamhcmcmkckphfnlonjclblldfedhd
URL Chính Thức https://chromewebstore.google.com/detail/is-it-real-4k/kdhamhcmcmkckphfnlonjclblldfedhd
Mô tả Check if a UHD Blu-ray Movie is real 4K.
Kích Thước Tệp 91.53 KB
Số Lần Cài Đặt 22
Phiên Bản Hiện Tại 1.0
Cập Nhật Lần Cuối 2020-02-24
Ngày Phát Hành 2020-02-24
Nhà Phát Triển 王成
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}