Poketrump
Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use.
Was ist Poketrump?
Poketrump ist eine Chrome-Erweiterung, die von Unknown entwickelt wurde, und ihr Hauptmerkmal ist "Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use.".
Erweiterungsscreenshots
Poketrump-Erweiterungs-CRX-Datei herunterladen
Laden Sie Poketrump-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
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.) Grundlegende Informationen zur Erweiterung
| Name | |
| ID | pbcegjochobeogpdlbkokdehmoeafdlb |
| Offizielle URL | https://chromewebstore.google.com/detail/poketrump/pbcegjochobeogpdlbkokdehmoeafdlb |
| Beschreibung | Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use. |
| Dateigröße | 7.79 KB |
| Installationsanzahl | 80 |
| Aktuelle Version | 0.1 |
| Letztes Update | 2016-04-09 |
| Veröffentlichungsdatum | 2016-04-09 |
| Bewertung | 4.38/5 Insgesamt 13 Bewertungen |
| Entwickler | Unknown |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
}
]
} | |