Cheeto Voldemort
Replaces Trump with Cheeto Voldemort. That's pretty much all it does.
Wat is Cheeto Voldemort?
Cheeto Voldemort is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Replaces Trump with Cheeto Voldemort. That's pretty much all it does.".
Extensie Screenshots
Download het CRX-bestand van de extensie Cheeto Voldemort
Download Cheeto Voldemort-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
If you're sick of seeing the T word everywhere, this extension will replace it with Cheeto Voldemort. Basisinformatie over de Extensie
| Naam | |
| ID | dgmjkhcljhmmlillfpcdcapiikokggog |
| Officiële URL | https://chromewebstore.google.com/detail/cheeto-voldemort/dgmjkhcljhmmlillfpcdcapiikokggog |
| Beschrijving | Replaces Trump with Cheeto Voldemort. That's pretty much all it does. |
| Bestandsgrootte | 15.86 KB |
| Aantal Installaties | 25 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2016-11-23 |
| Publicatiedatum | 2016-11-23 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | Unknown |
| Betalingswijze | free |
| Ondersteunde Talen | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cheeto Voldemort",
"description": "Replaces Trump with Cheeto Voldemort. That's pretty much all it does.",
"version": "1.0",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content.js"
],
"run_at": "document_end"
}
]
} | |