Trump To Voldemort
Replaces the text 'Donald Trump' with 'Voldemort'.
Hvad er Trump To Voldemort?
Trump To Voldemort er en Chrome-udvidelse udviklet af trumptovoldemort, og dens hovedfunktion er "Replaces the text 'Donald Trump' with 'Voldemort'.".
Udvidelsesskærmbilleder
Download Trump To Voldemort-udvidelses-CRX-fil
Download Trump To 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
Replaces the text 'Donald Trump' with 'Vodemort' in certain contexts. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | ojdkllbbbcpnmcohgpbbhonbnijfioja |
| Officiel URL | https://chromewebstore.google.com/detail/trump-to-voldemort/ojdkllbbbcpnmcohgpbbhonbnijfioja |
| Beskrivelse | Replaces the text 'Donald Trump' with 'Voldemort'. |
| Filstørrelse | 3.41 KB |
| Antal Installationer | 349 |
| Nuværende Version | 1.2 |
| Senest Opdateret | 2015-12-10 |
| Udgivelsesdato | 2015-12-09 |
| Bedømmelse | 4.90/5 Samlet 21 Bedømmelser |
| Udvikler | trumptovoldemort |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
}
]
} | |