Trump Duck Extension

Replaces all mentions of Donald Trump with Donald Duck. Good times.

Vad är Trump Duck Extension?

Trump Duck Extension är en Chrome-tillägg utvecklad av tommybgoode, och dess huvudfunktion är "Replaces all mentions of Donald Trump with Donald Duck. Good times.".

Ladda ner Trump Duck Extension-förlängningens CRX-fil

Ladda ner Trump Duck Extension-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

                        Replaces mentions of the Republican presidential candidate with mentions of the Disney character.                    

Grundläggande Information om Tillägg

Namn Trump Duck Extension Trump Duck Extension
ID cefmmojephggejabeafkdlpgngeielem
Officiell webbadress https://chromewebstore.google.com/detail/trump-duck-extension/cefmmojephggejabeafkdlpgngeielem
Beskrivning Replaces all mentions of Donald Trump with Donald Duck. Good times.
Filstorlek 54.96 KB
Antal Installationer 17
Aktuell Version 0.1.0
Senast Uppdaterad 2016-01-28
Publiceringsdatum 2016-01-27
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare tommybgoode
Betalningssätt free
Stödda Språk en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trump Duck Extension",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Replaces all mentions of Donald Trump with Donald Duck. Good times.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}