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

تحميل ملف CRX للإضافة Is It Real 4K?

قم بتنزيل ملفات الامتداد Is It Real 4K? بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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? 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
}