The Fantastic Comic Sans MS Browser

Rot your browser with the Fantastic Comic Sans MS !

What is The Fantastic Comic Sans MS Browser?

The Fantastic Comic Sans MS Browser is a Chrome extension developed by Yannick.Armspach, and its main feature is "Rot your browser with the Fantastic Comic Sans MS !".

Extension Screenshots

screenshot

Download The Fantastic Comic Sans MS Browser Extension CRX File

Download The Fantastic Comic Sans MS Browser 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

                        All the internet with the Fantastic Comic Sans MS font !                    

Extension Basic Information

Name The Fantastic Comic Sans MS Browser The Fantastic Comic Sans MS Browser
ID ackdmccmionjeacpmbhkgkbkcfipenpn
Official URL https://chromewebstore.google.com/detail/the-fantastic-comic-sans/ackdmccmionjeacpmbhkgkbkcfipenpn
Description Rot your browser with the Fantastic Comic Sans MS !
File Size 130 KB
Installation Count 201
Current Version 1.0.0
Last Updated 2012-12-12
Publish Date 2012-12-12
Rating 4.27/5 Total 22 Ratings
Developer Yannick.Armspach
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "The Fantastic Comic Sans MS Browser",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "Rot your browser with the Fantastic Comic Sans MS !",
    "homepage_url": "http:\/\/the-fantastic-comic-sans-ms-browser.y-visuel.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "src\/inject\/inject.css"
            ]
        }
    ]
}