Media DPI Scale Reset

Resets page zoom for images and videos. Helpful when e.g. viewing 4K content on a 4K monitor with DPI scaling. Extra credits to…

ما هو Media DPI Scale Reset؟

Media DPI Scale Reset هو إضافة Chrome تم تطويرها بواسطة Dragory، والميزة الرئيسية لها هي "Resets page zoom for images and videos. Helpful when e.g. viewing 4K content on a 4K monitor with DPI scaling. Extra credits to…".

تحميل ملف CRX للإضافة Media DPI Scale Reset

قم بتنزيل ملفات الامتداد Media DPI Scale Reset بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Resets page zoom for images and videos.

Helpful when e.g. viewing 4K content on a 4K monitor with DPI scaling.

Extra credits to almighty superior phil for the idea                    

معلومات أساسية عن التمديد

الاسم Media DPI Scale Reset Media DPI Scale Reset
ID ldbbnnlmfhcgdkahhphhlambjacippmb
عنوان URL الرسمي https://chromewebstore.google.com/detail/media-dpi-scale-reset/ldbbnnlmfhcgdkahhphhlambjacippmb
الوصف Resets page zoom for images and videos. Helpful when e.g. viewing 4K content on a 4K monitor with DPI scaling. Extra credits to…
حجم الملف 3.31 KB
عدد التثبيتات 56
النسخة الحالية 1.0
آخر تحديث 2017-11-22
تاريخ النشر 2017-11-22
تقييم 4.67/5 مجموع تقييمات 3
المطور Dragory
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Media DPI Scale Reset",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        }
    ]
}