Comic Sans Everywhere

Changes the font of all text on web pages to Comic Sans.

What is Comic Sans Everywhere?

Comic Sans Everywhere is a Chrome extension developed by Sumo Marketing Solutions, and its main feature is "Changes the font of all text on web pages to Comic Sans.".

Extension Screenshots

screenshot

Download Comic Sans Everywhere Extension CRX File

Download Comic Sans Everywhere 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

                        Introducing the Comic Sans Extension - the font choice for rebels, pranksters, and those who refuse to conform to the boring norms of the design world! With this extension, you can transform any website's font into the infamous Comic Sans, bringing a playful and lighthearted vibe to your browsing experience. Get ready to add a touch of whimsy to your online adventures and watch as onlookers gasp in horror and delight at your audacious font choice!                    

Extension Basic Information

Name Comic Sans Everywhere Comic Sans Everywhere
ID jjmbafnbkcgaiibjecjnbbpinkinffid
Official URL https://chromewebstore.google.com/detail/comic-sans-everywhere/jjmbafnbkcgaiibjecjnbbpinkinffid
Description Changes the font of all text on web pages to Comic Sans.
File Size 3.19 KB
Installation Count 27
Current Version 1.0
Last Updated 2023-04-03
Publish Date 2023-04-03
Developer Sumo Marketing Solutions
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comic Sans Everywhere",
    "version": "1.0",
    "description": "Changes the font of all text on web pages to Comic Sans.",
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "content.js"
            ]
        }
    ]
}