MC Font

Changes all of your fonts to the Minecraft font for a pleasant browing experience

What is MC Font?

MC Font is a Chrome extension developed by Dioxazine Studios, and its main feature is "Changes all of your fonts to the Minecraft font for a pleasant browing experience".

Extension Screenshots

screenshot

Download MC Font Extension CRX File

Download MC Font 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

                        Loads your page up with some custom CSS to change all of your page font to Minecraft's font, without breaking any icons!                    

Extension Basic Information

Name MC Font MC Font
ID cbalmjjocijknohgiekiabbnagakcdin
Official URL https://chromewebstore.google.com/detail/mc-font/cbalmjjocijknohgiekiabbnagakcdin
Description Changes all of your fonts to the Minecraft font for a pleasant browing experience
File Size 80.24 KB
Installation Count 59
Current Version 1.0.0
Last Updated 2023-09-05
Publish Date 2023-09-04
Developer Dioxazine Studios
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "MC Font",
    "description": "Changes all of your fonts to the Minecraft font for a pleasant browing experience",
    "version": "1.0.0",
    "icons": {
        "128": "icon128.png",
        "64": "icon64.png",
        "48": "icon48.png",
        "32": "icon32.png",
        "16": "icon16.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "background.css"
            ]
        }
    ]
}