Unicorn Replacer!

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

Co je Unicorn Replacer!?

Unicorn Replacer! je rozšíření Chrome vyvinuté scottrblock, a jeho hlavní funkcí je „Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Unicorn Replacer!

Stáhněte si soubory rozšíření Unicorn Replacer! ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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/                    

Základní Informace o Rozšíření

Název Unicorn Replacer! Unicorn Replacer!
ID gibjejjnfagpjflldmcnpmdogaoahpfg
Oficiální URL https://chromewebstore.google.com/detail/unicorn-replacer/gibjejjnfagpjflldmcnpmdogaoahpfg
Popis Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.
Velikost souboru 3.47 KB
Počet instalací 34
Aktuální Verze 1.0
Poslední Aktualizace 2015-06-08
Datum Vydání 2015-06-08
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář scottrblock
Typ Platby free
Webové stránky Rozšíření https://github.com/scottrblock/unicorn-replacer
Podporované Jazyky 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"
        }
    ]
}