Trump to Drumpf
Replaces occurrences of 'Trump' with 'Drumpf' in your browser.
Vad är Trump to Drumpf?
Trump to Drumpf är en Chrome-tillägg utvecklad av kevinlizarazo.com, och dess huvudfunktion är "Replaces occurrences of 'Trump' with 'Drumpf' in your browser.".
Tilläggsskärmbilder
Ladda ner Trump to Drumpf-förlängningens CRX-fil
Ladda ner Trump to Drumpf-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
                        Self-explanatory. Please enjoy. Make Donald Drumpf Again.                     Grundläggande Information om Tillägg
| Namn |   |  
| ID | ipokicffalmoaepoghfejaheodcighcp | 
| Officiell webbadress | https://chromewebstore.google.com/detail/trump-to-drumpf/ipokicffalmoaepoghfejaheodcighcp | 
| Beskrivning | Replaces occurrences of 'Trump' with 'Drumpf' in your browser. | 
| Filstorlek | 3.4 KB | 
| Antal Installationer | 64 | 
| Aktuell Version | 1.0.1 | 
| Senast Uppdaterad | 2016-11-14 | 
| Publiceringsdatum | 2016-11-14 | 
| Betyg | 3.00/5 Totalt 2 Betyg | 
| Utvecklare | kevinlizarazo.com | 
| Betalningssätt | free | 
| Stödda Språk | 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"
        }
    ]
}  |  |