koala-fy

Koala-fy is a simple extension that looks for "koalafiable" text pieces and replaces it with the Koala emoji. Use it for fun or to…

Apa itu koala-fy?

koala-fy adalah ekstensi Chrome yang dikembangkan oleh tlgs, dan fitur utamanya adalah "Koala-fy is a simple extension that looks for "koalafiable" text pieces and replaces it with the Koala emoji. Use it for fun or to…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi koala-fy

Unduh file ekstensi koala-fy 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

                        Koala-fy is a simple extension that looks for "koalafiable" text pieces and replaces it with the Koala emoji.

Use it for fun or to prank your friends! (extra effective if you right-click the toolbar icon and select 'Hide in Chrome menu')                    

Informasi Dasar Ekstensi

Nama koala-fy koala-fy
ID jpdeekpjokblfbaolmgnkegmgfnfjime
URL Resmi https://chromewebstore.google.com/detail/koala-fy/jpdeekpjokblfbaolmgnkegmgfnfjime
Deskripsi Koala-fy is a simple extension that looks for "koalafiable" text pieces and replaces it with the Koala emoji. Use it for fun or to…
Ukuran File 9.16 KB
Jumlah Instalasi 132
Versi Saat Ini 2.0
Terakhir Diperbarui 2019-09-07
Tanggal Publikasi 2019-09-07
Penilaian 5.00/5 Total 1 Penilaian
Pengembang tlgs
Tipe Pembayaran free
Situs Ekstensi https://github.com/tlgs/koala-fy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "koala-fy",
    "version": "2.0",
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}