Unicorn Replacer!

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

Apa itu Unicorn Replacer!?

Unicorn Replacer! adalah ekstensi Chrome yang dikembangkan oleh scottrblock, dan fitur utamanya adalah "Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Unicorn Replacer!

Unduh file ekstensi Unicorn Replacer! dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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/                    

Informasi Dasar Ekstensi

Nama Unicorn Replacer! Unicorn Replacer!
ID gibjejjnfagpjflldmcnpmdogaoahpfg
URL Resmi https://chromewebstore.google.com/detail/unicorn-replacer/gibjejjnfagpjflldmcnpmdogaoahpfg
Deskripsi Replaces the text 'unicorn' with 'pre-IPO startup valued at $1 billion or more'.
Ukuran File 3.47 KB
Jumlah Instalasi 34
Versi Saat Ini 1.0
Terakhir Diperbarui 2015-06-08
Tanggal Publikasi 2015-06-08
Penilaian 5.00/5 Total 1 Penilaian
Pengembang scottrblock
Tipe Pembayaran free
Situs Ekstensi https://github.com/scottrblock/unicorn-replacer
Bahasa yang Didukung 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"
        }
    ]
}