Bananafy

🍌 replaces words randomly with banana

What is Bananafy?

Bananafy is a Chrome extension developed by rschmidmeister, and its main feature is "🍌 replaces words randomly with banana".

Download Bananafy Extension CRX File

Download Bananafy 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

                                            

Extension Basic Information

Name Bananafy Bananafy
ID oklancagcogkmjljfmmjhbmlmdffenin
Official URL https://chromewebstore.google.com/detail/bananafy/oklancagcogkmjljfmmjhbmlmdffenin
Description 🍌 replaces words randomly with banana
File Size 10.78 KB
Installation Count 14
Current Version 0.0.2
Last Updated 2016-05-12
Publish Date 2016-05-12
Rating 5.00/5 Total 1 Ratings
Developer rschmidmeister
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Bananafy",
    "homepage_url": "https:\/\/github.com\/bash\/bananafy",
    "version": "0.0.2",
    "description": "\ud83c\udf4c replaces words randomly with banana",
    "permissions": [
        ""
    ],
    "icons": {
        "128": "logo.png"
    },
    "content_scripts": [
        {
            "run_at": "document_start",
            "matches": [
                ""
            ],
            "js": [
                "js\/inject.js"
            ]
        }
    ]
}