Trumpinator 3000
Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
Was ist Trumpinator 3000?
Trumpinator 3000 ist eine Chrome-Erweiterung, die von boomeasy entwickelt wurde, und ihr Hauptmerkmal ist "Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!".
Erweiterungsscreenshots
Trumpinator 3000-Erweiterungs-CRX-Datei herunterladen
Laden Sie Trumpinator 3000-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
Make the web great again!
Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
inspired by trumpweb with additional quotes and some bug fixes. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | khfhhpmllkcdelbmpilggheoeopjhdmk |
| Offizielle URL | https://chromewebstore.google.com/detail/trumpinator-3000/khfhhpmllkcdelbmpilggheoeopjhdmk |
| Beschreibung | Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again! |
| Dateigröße | 61.52 KB |
| Installationsanzahl | 21 |
| Aktuelle Version | 0.1.2 |
| Letztes Update | 2016-01-24 |
| Veröffentlichungsdatum | 2016-01-23 |
| Entwickler | boomeasy |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://twitter.com/trumpinator3000 |
| Unterstützte Sprachen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Trumpinator 3000",
"version": "0.1.2",
"description": "Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!",
"icons": {
"16": "16x16_crop_trumper.png",
"48": "48x48_crop_trumper.png",
"128": "128x128_crop_trumper.png"
},
"content_scripts": [
{
"all_frames": true,
"matches": [
"*:\/\/*\/*"
],
"js": [
"content_script.js"
],
"run_at": "document_end"
}
]
} | |