Comic Sans Everywhere

Change every font on the website to Comic Sans.

What is Comic Sans Everywhere?

Comic Sans Everywhere is a Chrome extension developed by mkonstantinow, and its main feature is "Change every font on the website 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

                        Have you ever dreamed of making your internet browsing more fun and lively? Allow yourself a touch of humor and lightness with our "Comic Sans Everywhere" extension!                    

Extension Basic Information

Name Comic Sans Everywhere Comic Sans Everywhere
ID mmeaokbgfdlacpgjbbbpkmbhbfilepcf
Official URL https://chromewebstore.google.com/detail/comic-sans-everywhere/mmeaokbgfdlacpgjbbbpkmbhbfilepcf
Description Change every font on the website to Comic Sans.
File Size 134 KB
Installation Count 331
Current Version 1.1
Last Updated 2023-07-04
Publish Date 2023-04-11
Rating 4.50/5 Total 4 Ratings
Developer mkonstantinow
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Comic Sans Everywhere",
    "version": "1.1",
    "description": "Change every font on the website to Comic Sans.",
    "icons": {
        "48": "icons\/icon.png"
    },
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ],
    "action": {
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}