Poketrump
Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use.
Cos'è Poketrump?
Poketrump è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Poketrump
Scarica i file di estensione Poketrump 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
This changes Donald Trump's name to the name of a Pokemon chosen at random on page load. Because I like Pokémon and it makes reading the news easier. All Pokémon are copyright of their owners (the Pokémon Company, GameFreak, Nintendo, etc.) I believe that as a non-commercial work of fan art this complies with fair use. (Please no one sue me.) Informazioni di Base sull'Estensione
| Nome | |
| ID | pbcegjochobeogpdlbkokdehmoeafdlb |
| URL Ufficiale | https://chromewebstore.google.com/detail/poketrump/pbcegjochobeogpdlbkokdehmoeafdlb |
| Descrizione | Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use. |
| Dimensione del File | 7.79 KB |
| Conteggio Installazioni | 80 |
| Versione Corrente | 0.1 |
| Ultimo Aggiornamento | 2016-04-09 |
| Data di Pubblicazione | 2016-04-09 |
| Valutazione | 4.38/5 Totale 13 Valutazioni |
| Sviluppatore | Unknown |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Poketrump",
"description": "Changes any mention of Donald Trump to the name of a random Pok\u00e9mon. Not for commercial use.",
"version": "0.1",
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |