PokeDemon - Pokemon Replacer
Removes the word Pokemon from all web pages and replaces it with a random word
Co je PokeDemon - Pokemon Replacer?
PokeDemon - Pokemon Replacer je rozšíření Chrome vyvinuté https://diginomadic.com/apps, a jeho hlavní funkcí je „Removes the word Pokemon from all web pages and replaces it with a random word“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření PokeDemon - Pokemon Replacer
Stáhněte si soubory rozšíření PokeDemon - Pokemon Replacer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | PokeDemon - Pokemon Replacer |
ID | ckmckfpgpinaipfjomhahlahnindcnpp |
Oficiální URL | https://chromewebstore.google.com/detail/pokedemon-pokemon-replace/ckmckfpgpinaipfjomhahlahnindcnpp |
Popis | Removes the word Pokemon from all web pages and replaces it with a random word |
Velikost souboru | 38.52 KB |
Počet instalací | 36 |
Aktuální Verze | 1.0.1 |
Poslední Aktualizace | 2016-07-23 |
Datum Vydání | 2016-07-23 |
Hodnocení | 2.50/5 Celkem 4 Hodnocení |
Vývojář | https://diginomadic.com/apps |
Typ Platby | free |
Podporované Jazyky | 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" } ] } |