Drumpf

Donald Trump -> Donald Drumpf

Hvad er Drumpf?

Drumpf er en Chrome-udvidelse udviklet af brandon.canaday, og dens hovedfunktion er "Donald Trump -> Donald Drumpf".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Drumpf-udvidelses-CRX-fil

Download 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

                        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)!                    

Grundlæggende oplysninger om udvidelsen

Navn Drumpf Drumpf
ID kekodjhnodpckpicipbflploeipnfggi
Officiel URL https://chromewebstore.google.com/detail/drumpf/kekodjhnodpckpicipbflploeipnfggi
Beskrivelse Donald Trump -> Donald Drumpf
Filstørrelse 68.3 KB
Antal Installationer 40
Nuværende Version 0.1.0
Senest Opdateret 2017-05-25
Udgivelsesdato 2017-05-25
Bedømmelse 3.00/5 Samlet 1 Bedømmelser
Udvikler brandon.canaday
Betalingsmetode free
Understøttede Sprog 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:\/\/*\/*"
    ]
}