Is It Real 4K?

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

Was ist Is It Real 4K??

Is It Real 4K? ist eine Chrome-Erweiterung, die von 王成 entwickelt wurde, und ihr Hauptmerkmal ist "Check if a UHD Blu-ray Movie is real 4K.".

Erweiterungsscreenshots

screenshot
screenshot

Is It Real 4K?-Erweiterungs-CRX-Datei herunterladen

Laden Sie Is It Real 4K?-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Is It Real 4K? Is It Real 4K?
ID kdhamhcmcmkckphfnlonjclblldfedhd
Offizielle URL https://chromewebstore.google.com/detail/is-it-real-4k/kdhamhcmcmkckphfnlonjclblldfedhd
Beschreibung Check if a UHD Blu-ray Movie is real 4K.
Dateigröße 91.53 KB
Installationsanzahl 22
Aktuelle Version 1.0
Letztes Update 2020-02-24
Veröffentlichungsdatum 2020-02-24
Entwickler 王成
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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
}