Unicorn Replacer!

Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.

Qu'est-ce que Unicorn Replacer! ?

Unicorn Replacer! est une extension Chrome développée par scottrblock, et sa fonction principale est "Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Unicorn Replacer!

Téléchargez les fichiers d'extension Unicorn Replacer! 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

                        Chrome extension that replaces occurrences of 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.
Based on zekeweeks's millennials-begone- https://github.com/zekeweeks/millennials-begone. This is Matt Levine's billion dollar idea. Icon via the noun project's  Andrew McKinley- https://thenounproject.com/term/unicorn/3364/                    

Informations de Base sur l'Extension

Nom Unicorn Replacer! Unicorn Replacer!
ID gibjejjnfagpjflldmcnpmdogaoahpfg
URL Officiel https://chromewebstore.google.com/detail/unicorn-replacer/gibjejjnfagpjflldmcnpmdogaoahpfg
Description Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.
Taille du Fichier 3.47 KB
Nombre d'Installations 34
Version Actuelle 1.0
Dernière Mise à Jour 2015-06-08
Date de Publication 2015-06-08
Évaluation 5.00/5 Total 1 Évaluations
Développeur scottrblock
Type de Paiement free
Site Web de l'Extension https://github.com/scottrblock/unicorn-replacer
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unicorn Replacer!",
    "version": "1.0",
    "description": "Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}