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…

What is Media DPI Scale Reset?

Media DPI Scale Reset is a Chrome extension developed by Dragory, and its main feature is "Resets page zoom for images and videos. Helpful when e.g. viewing 4K content on a 4K monitor with DPI scaling. Extra credits to…".

Download Media DPI Scale Reset Extension CRX File

Download Media DPI Scale Reset extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Media DPI Scale Reset Media DPI Scale Reset
ID ldbbnnlmfhcgdkahhphhlambjacippmb
Official URL https://chromewebstore.google.com/detail/media-dpi-scale-reset/ldbbnnlmfhcgdkahhphhlambjacippmb
Description Resets page zoom for images and videos. Helpful when e.g. viewing 4K content on a 4K monitor with DPI scaling. Extra credits to…
File Size 3.31 KB
Installation Count 56
Current Version 1.0
Last Updated 2017-11-22
Publish Date 2017-11-22
Rating 4.67/5 Total 3 Ratings
Developer Dragory
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}