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…

Cos'è koala-fy?

koala-fy è un'estensione di Chrome sviluppata da tlgs, e la sua funzione principale è "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 dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione koala-fy

Scarica i file di estensione koala-fy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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')                    

Informazioni di Base sull'Estensione

Nome koala-fy koala-fy
ID jpdeekpjokblfbaolmgnkegmgfnfjime
URL Ufficiale https://chromewebstore.google.com/detail/koala-fy/jpdeekpjokblfbaolmgnkegmgfnfjime
Descrizione 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…
Dimensione del File 9.16 KB
Conteggio Installazioni 132
Versione Corrente 2.0
Ultimo Aggiornamento 2019-09-07
Data di Pubblicazione 2019-09-07
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore tlgs
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/tlgs/koala-fy
Lingue Supportate 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"
            ]
        }
    ]
}