Comic Sans MS I love you!

This extension apply ComicSansMS font on every element of the page you're browsing.

What is Comic Sans MS I love you!?

Comic Sans MS I love you! is a Chrome extension developed by Unknown, and its main feature is "This extension apply ComicSansMS font on every element of the page you're browsing.".

Extension Screenshots

screenshot

Download Comic Sans MS I love you! Extension CRX File

Download Comic Sans MS I love you! 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

                                            

Extension Basic Information

Name Comic Sans MS I love you! Comic Sans MS I love you!
ID ncedkipkfdoelgpcoedbcndpdeebobhn
Official URL https://chromewebstore.google.com/detail/comic-sans-ms-i-love-you/ncedkipkfdoelgpcoedbcndpdeebobhn
Description This extension apply ComicSansMS font on every element of the page you're browsing.
File Size 8.27 KB
Installation Count 22
Current Version 1.0
Last Updated 2015-10-29
Publish Date 2015-10-29
Developer Unknown
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Comic Sans MS I love you!",
    "description": "This extension apply ComicSansMS font on every element of the page you're browsing.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "main.js"
            ],
            "run_at": "document_end"
        }
    ]
}