PokeDemon - Pokemon Replacer
Removes the word Pokemon from all web pages and replaces it with a random word
Cos'è PokeDemon - Pokemon Replacer?
PokeDemon - Pokemon Replacer è un'estensione di Chrome sviluppata da https://diginomadic.com/apps, e la sua funzione principale è "Removes the word Pokemon from all web pages and replaces it with a random word".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione PokeDemon - Pokemon Replacer
Scarica i file di estensione PokeDemon - Pokemon Replacer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | PokeDemon - Pokemon Replacer |
ID | ckmckfpgpinaipfjomhahlahnindcnpp |
URL Ufficiale | https://chromewebstore.google.com/detail/pokedemon-pokemon-replace/ckmckfpgpinaipfjomhahlahnindcnpp |
Descrizione | Removes the word Pokemon from all web pages and replaces it with a random word |
Dimensione del File | 38.52 KB |
Conteggio Installazioni | 36 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2016-07-23 |
Data di Pubblicazione | 2016-07-23 |
Valutazione | 2.50/5 Totale 4 Valutazioni |
Sviluppatore | https://diginomadic.com/apps |
Tipo di Pagamento | free |
Lingue Supportate | 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" } ] } |