Trump To Voldemort
Replaces the text 'Donald Trump' with 'Voldemort'.
Wat is Trump To Voldemort?
Trump To Voldemort is een Chrome-extensie ontwikkeld door trumptovoldemort, en de belangrijkste functie is "Replaces the text 'Donald Trump' with 'Voldemort'.".
Extensie Screenshots
Download het CRX-bestand van de extensie Trump To Voldemort
Download Trump To 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
                        Replaces the text 'Donald Trump' with 'Vodemort' in certain contexts.                     Basisinformatie over de Extensie
| Naam |  | 
| ID | ojdkllbbbcpnmcohgpbbhonbnijfioja | 
| Officiële URL | https://chromewebstore.google.com/detail/trump-to-voldemort/ojdkllbbbcpnmcohgpbbhonbnijfioja | 
| Beschrijving | Replaces the text 'Donald Trump' with 'Voldemort'. | 
| Bestandsgrootte | 3.41 KB | 
| Aantal Installaties | 349 | 
| Huidige Versie | 1.2 | 
| Laatst Bijgewerkt | 2015-12-10 | 
| Publicatiedatum | 2015-12-09 | 
| Beoordeling | 4.90/5 Totaal 21 Beoordelingen | 
| Ontwikkelaar | trumptovoldemort | 
| Betalingswijze | free | 
| Ondersteunde Talen | en | 
| manifest.json | |
| {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump To Voldemort",
    "version": "1.2",
    "description": "Replaces the text 'Donald Trump' with 'Voldemort'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
} | |