Poketrump
Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use.
Wat is Poketrump?
Poketrump is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use.".
Extensie Screenshots
Download het CRX-bestand van de extensie Poketrump
Download Poketrump-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
                        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.)                     Basisinformatie over de Extensie
| Naam |   |  
| ID | pbcegjochobeogpdlbkokdehmoeafdlb | 
| Officiële URL | https://chromewebstore.google.com/detail/poketrump/pbcegjochobeogpdlbkokdehmoeafdlb | 
| Beschrijving | Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use. | 
| Bestandsgrootte | 7.79 KB | 
| Aantal Installaties | 80 | 
| Huidige Versie | 0.1 | 
| Laatst Bijgewerkt | 2016-04-09 | 
| Publicatiedatum | 2016-04-09 | 
| Beoordeling | 4.38/5 Totaal 13 Beoordelingen | 
| Ontwikkelaar | Unknown | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
        }
    ]
}  |  |