Unicorn Replacer!

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

Wat is Unicorn Replacer!?

Unicorn Replacer! is een Chrome-extensie ontwikkeld door scottrblock, en de belangrijkste functie is "Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Unicorn Replacer!

Download Unicorn Replacer!-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

                        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/                    

Basisinformatie over de Extensie

Naam Unicorn Replacer! Unicorn Replacer!
ID gibjejjnfagpjflldmcnpmdogaoahpfg
Officiële URL https://chromewebstore.google.com/detail/unicorn-replacer/gibjejjnfagpjflldmcnpmdogaoahpfg
Beschrijving Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.
Bestandsgrootte 3.47 KB
Aantal Installaties 34
Huidige Versie 1.0
Laatst Bijgewerkt 2015-06-08
Publicatiedatum 2015-06-08
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar scottrblock
Betalingswijze free
Extensiewebsite https://github.com/scottrblock/unicorn-replacer
Ondersteunde Talen 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"
        }
    ]
}