Trump to Drumpf
Replaces occurrences of 'Trump' with 'Drumpf' in your browser.
Hvad er Trump to Drumpf?
Trump to Drumpf er en Chrome-udvidelse udviklet af kevinlizarazo.com, og dens hovedfunktion er "Replaces occurrences of 'Trump' with 'Drumpf' in your browser.".
Udvidelsesskærmbilleder
Download Trump to Drumpf-udvidelses-CRX-fil
Download Trump to Drumpf-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
                        Self-explanatory. Please enjoy. Make Donald Drumpf Again.                     Grundlæggende oplysninger om udvidelsen
| Navn |   |  
| ID | ipokicffalmoaepoghfejaheodcighcp | 
| Officiel URL | https://chromewebstore.google.com/detail/trump-to-drumpf/ipokicffalmoaepoghfejaheodcighcp | 
| Beskrivelse | Replaces occurrences of 'Trump' with 'Drumpf' in your browser. | 
| Filstørrelse | 3.4 KB | 
| Antal Installationer | 64 | 
| Nuværende Version | 1.0.1 | 
| Senest Opdateret | 2016-11-14 | 
| Udgivelsesdato | 2016-11-14 | 
| Bedømmelse | 3.00/5 Samlet 2 Bedømmelser | 
| Udvikler | kevinlizarazo.com | 
| Betalingsmetode | free | 
| Understøttede Sprog | en-US | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump to Drumpf",
    "version": "1.0.1",
    "description": "Replaces occurrences of 'Trump' with 'Drumpf' in your browser.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}  |  |