Pokeman Unicorn

Replace the unicorns with pokemans

Wat is Pokeman Unicorn?

Pokeman Unicorn is een Chrome-extensie ontwikkeld door larochefookau, en de belangrijkste functie is "Replace the unicorns with pokemans".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Pokeman Unicorn

Download Pokeman Unicorn-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

                        This will replace 'unicorn' with a random Pokeman name. Enjoy!                    

Basisinformatie over de Extensie

Naam Pokeman Unicorn Pokeman Unicorn
ID edfoipboepangmahldoemnbmbolmmbln
Officiële URL https://chrome.google.com/webstore/detail/pokeman-unicorn/edfoipboepangmahldoemnbmbolmmbln
Beschrijving Replace the unicorns with pokemans
Bestandsgrootte 38.93 KB
Aantal Installaties 101
Huidige Versie 1.0
Laatst Bijgewerkt 2015-09-11
Publicatiedatum 2015-09-11
Ontwikkelaar larochefookau
Betalingswijze free
Extensiewebsite https://twitter.com/larochefookau
Help Pagina-URL https://twitter.com/larochefookau
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Pokeman Unicorn",
    "description": "Replace the unicorns with pokemans",
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "findAndReplaceDOMText.js",
                "app.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/"
    ]
}