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…

What is koala-fy?

koala-fy is a Chrome extension developed by tlgs, and its main feature 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…".

Extension Screenshots

screenshot
screenshot

Download koala-fy Extension CRX File

Download koala-fy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name koala-fy koala-fy
ID jpdeekpjokblfbaolmgnkegmgfnfjime
Official URL 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…
File Size 9.16 KB
Installation Count 132
Current Version 2.0
Last Updated 2019-09-07
Publish Date 2019-09-07
Rating 5.00/5 Total 1 Ratings
Developer tlgs
Payment Type free
Extension Website https://github.com/tlgs/koala-fy
Supported Languages 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"
            ]
        }
    ]
}