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…

Qu'est-ce que koala-fy ?

koala-fy est une extension Chrome développée par tlgs, et sa fonction principale est "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…".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension koala-fy

Téléchargez les fichiers d'extension koala-fy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom koala-fy koala-fy
ID jpdeekpjokblfbaolmgnkegmgfnfjime
URL Officiel https://chromewebstore.google.com/detail/koala-fy/jpdeekpjokblfbaolmgnkegmgfnfjime
Description 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…
Taille du Fichier 9.16 KB
Nombre d'Installations 132
Version Actuelle 2.0
Dernière Mise à Jour 2019-09-07
Date de Publication 2019-09-07
Évaluation 5.00/5 Total 1 Évaluations
Développeur tlgs
Type de Paiement free
Site Web de l'Extension https://github.com/tlgs/koala-fy
Langues Prises en Charge 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"
            ]
        }
    ]
}