PokeDemon - Pokemon Replacer
Removes the word Pokemon from all web pages and replaces it with a random word
Was ist PokeDemon - Pokemon Replacer?
PokeDemon - Pokemon Replacer ist eine Chrome-Erweiterung, die von https://diginomadic.com/apps entwickelt wurde, und ihr Hauptmerkmal ist "Removes the word Pokemon from all web pages and replaces it with a random word".
Erweiterungsscreenshots
PokeDemon - Pokemon Replacer-Erweiterungs-CRX-Datei herunterladen
Laden Sie PokeDemon - Pokemon Replacer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | PokeDemon - Pokemon Replacer |
ID | ckmckfpgpinaipfjomhahlahnindcnpp |
Offizielle URL | https://chromewebstore.google.com/detail/pokedemon-pokemon-replace/ckmckfpgpinaipfjomhahlahnindcnpp |
Beschreibung | Removes the word Pokemon from all web pages and replaces it with a random word |
Dateigröße | 38.52 KB |
Installationsanzahl | 36 |
Aktuelle Version | 1.0.1 |
Letztes Update | 2016-07-23 |
Veröffentlichungsdatum | 2016-07-23 |
Bewertung | 2.50/5 Insgesamt 4 Bewertungen |
Entwickler | https://diginomadic.com/apps |
Zahlungsart | free |
Unterstützte Sprachen | 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" } ] } |