Font changer pro

Master browser font customization - size, color, font family

What is Font changer pro?

Font changer pro is a Chrome extension developed by Tom Gray, and its main feature is "Master browser font customization - size, color, font family".

Extension Screenshots

screenshot

Download Font changer pro Extension CRX File

Download Font changer pro 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

                        Font Changer Pro is a tool that manages font settings. You can select a font from hundreds of fonts on Google Fonts.

Features:
⭐ Hundreds of available fonts
⭐ Custom fonts 
⭐ Manage text color
⭐ Manage font size on any page
⭐ Use wildcard domain scope or apply globally                    

Extension Basic Information

Name Font changer pro Font changer pro
ID bfdlfijnkpenblkecgdgpfaamekddmdi
Official URL https://chrome.google.com/webstore/detail/font-changer-pro/bfdlfijnkpenblkecgdgpfaamekddmdi
Description Master browser font customization - size, color, font family
File Size 525 KB
Installation Count 100,000
Current Version 1.8.1
Last Updated 2020-12-20
Publish Date 2020-11-05
Rating 4.05/5 Total 38 Ratings
Developer Tom Gray
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.notion.so/Privacy-Policy-Font-changer-Pro-13132e70d2084944af210dcc85d2a62b
Supported Languages id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "version": "1.8.1",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "lib\/jquery\/jquery-3.4.1.js",
                "inject.js"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com https:\/\/*.googleapis.com https:\/\/www.googletagmanager.com; object-src 'self'",
    "icons": {
        "128": "icon-128.png",
        "48": "icon-48.png",
        "16": "icon-16.png"
    },
    "default_locale": "en",
    "permissions": [
        "fontSettings",
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "storage"
    ]
}