Trump to Drumpf
Replaces occurrences of 'Trump' with 'Drumpf' in your browser.
Wat is Trump to Drumpf?
Trump to Drumpf is een Chrome-extensie ontwikkeld door kevinlizarazo.com, en de belangrijkste functie is "Replaces occurrences of 'Trump' with 'Drumpf' in your browser.".
Extensie Screenshots
Download het CRX-bestand van de extensie Trump to Drumpf
Download Trump to Drumpf-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
                        Self-explanatory. Please enjoy. Make Donald Drumpf Again.                     Basisinformatie over de Extensie
| Naam |   |  
| ID | ipokicffalmoaepoghfejaheodcighcp | 
| Officiële URL | https://chromewebstore.google.com/detail/trump-to-drumpf/ipokicffalmoaepoghfejaheodcighcp | 
| Beschrijving | Replaces occurrences of 'Trump' with 'Drumpf' in your browser. | 
| Bestandsgrootte | 3.4 KB | 
| Aantal Installaties | 64 | 
| Huidige Versie | 1.0.1 | 
| Laatst Bijgewerkt | 2016-11-14 | 
| Publicatiedatum | 2016-11-14 | 
| Beoordeling | 3.00/5 Totaal 2 Beoordelingen | 
| Ontwikkelaar | kevinlizarazo.com | 
| Betalingswijze | free | 
| Ondersteunde Talen | 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"
        }
    ]
}  |  |