Pokeman Unicorn

Replace the unicorns with pokemans

What is Pokeman Unicorn?

Pokeman Unicorn is a Chrome extension developed by larochefookau, and its main feature is "Replace the unicorns with pokemans".

Extension Screenshots

screenshot

Download Pokeman Unicorn Extension CRX File

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

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

Extension Basic Information

Name Pokeman Unicorn Pokeman Unicorn
ID edfoipboepangmahldoemnbmbolmmbln
Official URL https://chrome.google.com/webstore/detail/pokeman-unicorn/edfoipboepangmahldoemnbmbolmmbln
Description Replace the unicorns with pokemans
File Size 38.93 KB
Installation Count 101
Current Version 1.0
Last Updated 2015-09-11
Publish Date 2015-09-11
Developer larochefookau
Payment Type free
Extension Website https://twitter.com/larochefookau
Help Page URL https://twitter.com/larochefookau
Supported Languages 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\/"
    ]
}