Comic Sans Scare

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

Qu'est-ce que Comic Sans Scare ?

Comic Sans Scare est une extension Chrome développée par DesignUXUI, et sa fonction principale est "Scare your friends by turning all their pages into... Comic Sans, ooOOOooo".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Comic Sans Scare

Téléchargez les fichiers d'extension Comic Sans Scare au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Comic Sans Scare Comic Sans Scare
ID enemmajghcoelaldneaemhkcbheajpod
URL Officiel https://chrome.google.com/webstore/detail/comic-sans-scare/enemmajghcoelaldneaemhkcbheajpod
Description Scare your friends by turning all their pages into... Comic Sans, ooOOOooo
Taille du Fichier 164 KB
Nombre d'Installations 87
Version Actuelle 1
Dernière Mise à Jour 2014-10-31
Date de Publication 2014-10-31
Évaluation 4.71/5 Total 7 Évaluations
Développeur DesignUXUI
Type de Paiement free
Langues Prises en Charge 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"
            ]
        }
    ]
}