Fix Pokemon

Replaces 'Pokemon' with 'Pokémon'.

What is Fix Pokemon?

Fix Pokemon is a Chrome extension developed by osnr, and its main feature is "Replaces 'Pokemon' with 'Pokémon'.".

Download Fix Pokemon Extension CRX File

Download Fix Pokemon 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

                        If this problem bugs you as much as it bugs me…

Won't work for dynamically loaded content.                    

Extension Basic Information

Name Fix Pokemon Fix Pokemon
ID kncoodfhdenhdjcjhjpgbadeefhjccnk
Official URL https://chrome.google.com/webstore/detail/fix-pokemon/kncoodfhdenhdjcjhjpgbadeefhjccnk
Description Replaces 'Pokemon' with 'Pokémon'.
File Size 3.47 KB
Installation Count 23
Current Version 1.0
Last Updated 2016-07-19
Publish Date 2016-07-19
Rating 5.00/5 Total 1 Ratings
Developer osnr
Payment Type free
Extension Website https://github.com/osnr/fix-pokemon
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fix Pokemon",
    "version": "1.0",
    "description": "Replaces 'Pokemon' with 'Pok\u00e9mon'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}