PokeDemon - Pokemon Replacer
Removes the word Pokemon from all web pages and replaces it with a random word
Hvad er PokeDemon - Pokemon Replacer?
PokeDemon - Pokemon Replacer er en Chrome-udvidelse udviklet af https://diginomadic.com/apps, og dens hovedfunktion er "Removes the word Pokemon from all web pages and replaces it with a random word".
Udvidelsesskærmbilleder
Download PokeDemon - Pokemon Replacer-udvidelses-CRX-fil
Download PokeDemon - Pokemon Replacer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ckmckfpgpinaipfjomhahlahnindcnpp |
| Officiel URL | https://chromewebstore.google.com/detail/pokedemon-pokemon-replace/ckmckfpgpinaipfjomhahlahnindcnpp |
| Beskrivelse | Removes the word Pokemon from all web pages and replaces it with a random word |
| Filstørrelse | 38.52 KB |
| Antal Installationer | 36 |
| Nuværende Version | 1.0.1 |
| Senest Opdateret | 2016-07-23 |
| Udgivelsesdato | 2016-07-23 |
| Bedømmelse | 2.50/5 Samlet 4 Bedømmelser |
| Udvikler | https://diginomadic.com/apps |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
]
} | |