Drumpf

Turns Trump to Drumpf

Wat is Drumpf?

Drumpf is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Turns Trump to Drumpf".

Download het CRX-bestand van de extensie Drumpf

Download 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

                        All it does is turn Donald Trump into Donald Drumpf                    

Basisinformatie over de Extensie

Naam Drumpf Drumpf
ID cigmbbgbjjbkipnbjbmlljcnkplmlngb
Officiële URL https://chromewebstore.google.com/detail/drumpf/cigmbbgbjjbkipnbjbmlljcnkplmlngb
Beschrijving Turns Trump to Drumpf
Bestandsgrootte 3.49 KB
Aantal Installaties 87
Huidige Versie 0.1
Laatst Bijgewerkt 2016-03-01
Publicatiedatum 2016-03-01
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drumpf",
    "description": "Turns Trump to Drumpf",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}