Bananafy

🍌 replaces words randomly with banana

Wat is Bananafy?

Bananafy is een Chrome-extensie ontwikkeld door rschmidmeister, en de belangrijkste functie is "🍌 replaces words randomly with banana".

Download het CRX-bestand van de extensie Bananafy

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

                                            

Basisinformatie over de Extensie

Naam Bananafy Bananafy
ID oklancagcogkmjljfmmjhbmlmdffenin
Officiële URL https://chromewebstore.google.com/detail/bananafy/oklancagcogkmjljfmmjhbmlmdffenin
Beschrijving 🍌 replaces words randomly with banana
Bestandsgrootte 10.78 KB
Aantal Installaties 14
Huidige Versie 0.0.2
Laatst Bijgewerkt 2016-05-12
Publicatiedatum 2016-05-12
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar rschmidmeister
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}