Comic Sans Scare

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

Wat is Comic Sans Scare?

Comic Sans Scare is een Chrome-extensie ontwikkeld door DesignUXUI, en de belangrijkste functie is "Scare your friends by turning all their pages into... Comic Sans, ooOOOooo".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Comic Sans Scare

Download Comic Sans Scare-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Comic Sans Scare Comic Sans Scare
ID enemmajghcoelaldneaemhkcbheajpod
Officiële URL https://chrome.google.com/webstore/detail/comic-sans-scare/enemmajghcoelaldneaemhkcbheajpod
Beschrijving Scare your friends by turning all their pages into... Comic Sans, ooOOOooo
Bestandsgrootte 164 KB
Aantal Installaties 87
Huidige Versie 1
Laatst Bijgewerkt 2014-10-31
Publicatiedatum 2014-10-31
Beoordeling 4.71/5 Totaal 7 Beoordelingen
Ontwikkelaar DesignUXUI
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}