Comic Sans Scare

Scare your friends by turning all their pages into... Comic Sans, ooOOOooo

What is Comic Sans Scare?

Comic Sans Scare is a Chrome extension developed by DesignUXUI, and its main feature is "Scare your friends by turning all their pages into... Comic Sans, ooOOOooo".

Extension Screenshots

screenshot
screenshot

Download Comic Sans Scare Extension CRX File

Download Comic Sans Scare 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 some fun scaring your designer friends with this extension. 

Here is how:
1. While they are away from their computer, discreetly install this extension
2. Watch as all the fonts on every site they visit turns to Comic Sans                    

Extension Basic Information

Name Comic Sans Scare Comic Sans Scare
ID enemmajghcoelaldneaemhkcbheajpod
Official URL https://chrome.google.com/webstore/detail/comic-sans-scare/enemmajghcoelaldneaemhkcbheajpod
Description Scare your friends by turning all their pages into... Comic Sans, ooOOOooo
File Size 164 KB
Installation Count 87
Current Version 1
Last Updated 2014-10-31
Publish Date 2014-10-31
Rating 4.71/5 Total 7 Ratings
Developer DesignUXUI
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Comic Sans Scare",
    "version": "1",
    "manifest_version": 2,
    "description": "Scare your friends by turning all their pages into... Comic Sans, ooOOOooo",
    "homepage_url": "http:\/\/www.uitogether.com",
    "permissions": [
        "storage"
    ],
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Comic Sans Scare"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "src\/inject\/inject.js"
            ]
        }
    ]
}