Unicorn Replacer!

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

What is Unicorn Replacer!?

Unicorn Replacer! is a Chrome extension developed by scottrblock, and its main feature is "Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.".

Extension Screenshots

screenshot

Download Unicorn Replacer! Extension CRX File

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

                        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/                    

Extension Basic Information

Name Unicorn Replacer! Unicorn Replacer!
ID gibjejjnfagpjflldmcnpmdogaoahpfg
Official URL https://chromewebstore.google.com/detail/unicorn-replacer/gibjejjnfagpjflldmcnpmdogaoahpfg
Description Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.
File Size 3.47 KB
Installation Count 34
Current Version 1.0
Last Updated 2015-06-08
Publish Date 2015-06-08
Rating 5.00/5 Total 1 Ratings
Developer scottrblock
Payment Type free
Extension Website https://github.com/scottrblock/unicorn-replacer
Supported Languages 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"
        }
    ]
}