Donald Cheeto
Replace every instance of Trump with Cheeto.
Wat is Donald Cheeto?
Donald Cheeto is een Chrome-extensie ontwikkeld door Aristotle, en de belangrijkste functie is "Replace every instance of Trump with Cheeto.".
Extensie Screenshots
Download het CRX-bestand van de extensie Donald Cheeto
Download Donald Cheeto-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
Replace every instance of Trump with Cheeto. If you're developer and want to add improvements, open a pull request: https://github.com/aristotlemanolakos/Cheeto
Basisinformatie over de Extensie
Naam | Donald Cheeto |
ID | hmldbgdaabpbgjekkbfbmknobbnjkmcf |
Officiële URL | https://chromewebstore.google.com/detail/donald-cheeto/hmldbgdaabpbgjekkbfbmknobbnjkmcf |
Beschrijving | Replace every instance of Trump with Cheeto. |
Bestandsgrootte | 24.19 KB |
Aantal Installaties | 46 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2017-01-11 |
Publicatiedatum | 2017-01-10 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Aristotle |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Donald Cheeto", "description": "Replace every instance of Trump with Cheeto.", "version": "1.2", "icons": { "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |