Drumpf

Donald Trump -> Donald Drumpf

Wat is Drumpf?

Drumpf is een Chrome-extensie ontwikkeld door brandon.canaday, en de belangrijkste functie is "Donald Trump -> Donald Drumpf".

Extensie Screenshots

screenshot
screenshot
screenshot

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

                        Just a bit of fun. Changes all occurrences of Donald Trump's current surname to his old- and much more fun to say- family surname. It's even better than Drumpfinator (sorry John)!                    

Basisinformatie over de Extensie

Naam Drumpf Drumpf
ID kekodjhnodpckpicipbflploeipnfggi
Officiële URL https://chromewebstore.google.com/detail/drumpf/kekodjhnodpckpicipbflploeipnfggi
Beschrijving Donald Trump -> Donald Drumpf
Bestandsgrootte 68.3 KB
Aantal Installaties 40
Huidige Versie 0.1.0
Laatst Bijgewerkt 2017-05-25
Publicatiedatum 2017-05-25
Beoordeling 3.00/5 Totaal 1 Beoordelingen
Ontwikkelaar brandon.canaday
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Drumpf",
    "description": "Donald Trump -> Donald Drumpf",
    "version": "0.1.0",
    "browser_action": {
        "default_icon": {
            "16": "assets\/icon16.png",
            "48": "assets\/icon48.png",
            "128": "assets\/icon128.png"
        },
        "default_popup": "index.html"
    },
    "content_scripts": [
        {
            "css": [
                "css\/main.css"
            ],
            "js": [
                "js\/drumpf.js"
            ],
            "matches": [
                "http:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "http:\/\/*\/*"
    ]
}