Cheeto Voldemort
Replaces Trump with Cheeto Voldemort. That's pretty much all it does.
Hvad er Cheeto Voldemort?
Cheeto Voldemort er en Chrome-udvidelse udviklet af Unknown, og dens hovedfunktion er "Replaces Trump with Cheeto Voldemort. That's pretty much all it does.".
Udvidelsesskærmbilleder
Download Cheeto Voldemort-udvidelses-CRX-fil
Download Cheeto Voldemort-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
                        If you're sick of seeing the T word everywhere, this extension will replace it with Cheeto Voldemort.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | dgmjkhcljhmmlillfpcdcapiikokggog | 
| Officiel URL | https://chromewebstore.google.com/detail/cheeto-voldemort/dgmjkhcljhmmlillfpcdcapiikokggog | 
| Beskrivelse | Replaces Trump with Cheeto Voldemort. That's pretty much all it does. | 
| Filstørrelse | 15.86 KB | 
| Antal Installationer | 25 | 
| Nuværende Version | 1.0 | 
| Senest Opdateret | 2016-11-23 | 
| Udgivelsesdato | 2016-11-23 | 
| Bedømmelse | 5.00/5 Samlet 2 Bedømmelser | 
| Udvikler | Unknown | 
| Betalingsmetode | free | 
| Understøttede Sprog | 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"
        }
    ]
}  |  |