PokeDemon - Pokemon Replacer
Removes the word Pokemon from all web pages and replaces it with a random word
What is PokeDemon - Pokemon Replacer?
PokeDemon - Pokemon Replacer is a Chrome extension developed by https://diginomadic.com/apps, and its main feature is "Removes the word Pokemon from all web pages and replaces it with a random word".
Extension Screenshots
Download PokeDemon - Pokemon Replacer Extension CRX File
Download PokeDemon - Pokemon Replacer 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
PokeDemon replaces all instances of the word Pokemon in your browser to a random other game. If you're tired of hearing the world go crazy about Pokemon then this is the extension for you.
Extension Basic Information
Name | PokeDemon - Pokemon Replacer |
ID | ckmckfpgpinaipfjomhahlahnindcnpp |
Official URL | https://chromewebstore.google.com/detail/pokedemon-pokemon-replace/ckmckfpgpinaipfjomhahlahnindcnpp |
Description | Removes the word Pokemon from all web pages and replaces it with a random word |
File Size | 38.52 KB |
Installation Count | 36 |
Current Version | 1.0.1 |
Last Updated | 2016-07-23 |
Publish Date | 2016-07-23 |
Rating | 2.50/5 Total 4 Ratings |
Developer | https://diginomadic.com/apps |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PokeDemon - Pokemon Replacer", "description": "Removes the word Pokemon from all web pages and replaces it with a random word", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "version": "1.0.1", "short_name": "PokeDemon", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |