Unicorn Replacer!

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

Co to jest Unicorn Replacer!?

Unicorn Replacer! to rozszerzenie Chrome opracowane przez scottrblock, a jego główną funkcją jest „Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Unicorn Replacer!

Pobierz pliki rozszerzeń Unicorn Replacer! w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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/                    

Podstawowe informacje o rozszerzeniu

Nazwa Unicorn Replacer! Unicorn Replacer!
ID gibjejjnfagpjflldmcnpmdogaoahpfg
Oficjalny URL https://chromewebstore.google.com/detail/unicorn-replacer/gibjejjnfagpjflldmcnpmdogaoahpfg
Opis Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.
Rozmiar pliku 3.47 KB
Liczba instalacji 34
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2015-06-08
Data Publikacji 2015-06-08
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper scottrblock
Typ Płatności free
Strona Rozszerzenia https://github.com/scottrblock/unicorn-replacer
Obsługiwane Języki 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"
        }
    ]
}