Font Overwrite

Overwrites fonts of web-sites.

What is Font Overwrite?

Font Overwrite is a Chrome extension developed by minostar, and its main feature is "Overwrites fonts of web-sites.".

Extension Screenshots

screenshot

Download Font Overwrite Extension CRX File

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

                        If you dislike specific font, use this.
(ex. Gulim, Comic Sans)                    

Extension Basic Information

Name Font Overwrite Font Overwrite
ID efnhmidkajhnpdgfdpfnioiibmdjnkmn
Official URL https://chromewebstore.google.com/detail/font-overwrite/efnhmidkajhnpdgfdpfnioiibmdjnkmn
Description Overwrites fonts of web-sites.
File Size 47.6 KB
Installation Count 605
Current Version 0.0.2
Last Updated 2017-10-14
Publish Date 2017-10-14
Rating 4.33/5 Total 27 Ratings
Developer minostar
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Font Overwrite",
    "description": "Overwrites fonts of web-sites.",
    "version": "0.0.2",
    "permissions": [
        "storage"
    ],
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "options.html"
    },
    "content_scripts": [
        {
            "exclude_globs": [],
            "include_globs": [
                "*"
            ],
            "js": [
                "jquery-3.2.1.min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}