WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
fontSwap - Custom fonts for every website

fontSwap - Custom fonts for every website

View on Chrome Web Store
View fontSwap - Custom fonts for every website Chrome Extension on Chrome Web Store
Add to bookmarks
4.3 (17 ratings)
1 new ratings
29 views
This extension has been viewed 29 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Change fonts on any websites. Set different fonts per domain. Support system & google fonts. Change font size, color, letter-spacing
Type
Extension
Users
1,000 users
17
Website brahmastra.guru
Brahmastra
View author page of Brahmastra
Published
Published on May 23, 2024
Version 0.0.27
Manifest version
3
Updated
Updated on August 31, 2025
make_chrome_yours/functionality
Extension Category
Website
Visit developer website
View on Chrome Web Store
View fontSwap - Custom fonts for every website Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "minimum_chrome_version": "126",
    "offline_enabled": true,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "short_name": "fontSwap",
    "description": "__MSG_extDescription__",
    "version": "0.0.27",
    "author": "Brahmastra Techeq",
    "icons": {
        "32": "icon_32.png",
        "128": "icon_128.png"
    },
    "action": {
        "default_title": "fontSwap (Ctrl+Shift+F)",
        "default_popup": "popup\/index.html"
    },
    "options_page": "options\/index.html",
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "commands": {
        "_execute_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+F",
                "windows": "Ctrl+Shift+F",
                "mac": "Ctrl+Shift+F",
                "linux": "Ctrl+Shift+F"
            }
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "scripts\/apply-font\/*"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "fontSettings",
        "scripting",
        "storage"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "optional_host_permissions": [
        "<all_urls>"
    ]
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top