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…

Wat is koala-fy?

koala-fy is een Chrome-extensie ontwikkeld door tlgs, en de belangrijkste functie is "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…".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie koala-fy

Download koala-fy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam koala-fy koala-fy
ID jpdeekpjokblfbaolmgnkegmgfnfjime
Officiële URL https://chromewebstore.google.com/detail/koala-fy/jpdeekpjokblfbaolmgnkegmgfnfjime
Beschrijving 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…
Bestandsgrootte 9.16 KB
Aantal Installaties 132
Huidige Versie 2.0
Laatst Bijgewerkt 2019-09-07
Publicatiedatum 2019-09-07
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar tlgs
Betalingswijze free
Extensiewebsite https://github.com/tlgs/koala-fy
Ondersteunde Talen 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"
            ]
        }
    ]
}