Trump McDuck

A Chrome extension to replace the phrase Donald Trump to Scrooge McDuck

Vad är Trump McDuck?

Trump McDuck är en Chrome-tillägg utvecklad av https://thisismyurl.com, och dess huvudfunktion är "A Chrome extension to replace the phrase Donald Trump to Scrooge McDuck".

Tilläggsskärmbilder

screenshot

Ladda ner Trump McDuck-förlängningens CRX-fil

Ladda ner Trump McDuck-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

                        Trump McDuck is a fun extension that changes Donald Trump to Scrooge McDuck in your browser.

It also replaces the phrase Donald with Scrooge, and Trump with McDuck.                    

Grundläggande Information om Tillägg

Namn Trump McDuck Trump McDuck
ID kfpnjcchmigkcjmnnnfelbjpiffjemln
Officiell webbadress https://chromewebstore.google.com/detail/trump-mcduck/kfpnjcchmigkcjmnnnfelbjpiffjemln
Beskrivning A Chrome extension to replace the phrase Donald Trump to Scrooge McDuck
Filstorlek 5.52 KB
Antal Installationer 12
Aktuell Version 1.0.1
Senast Uppdaterad 2016-12-12
Publiceringsdatum 2016-12-12
Betyg 5.00/5 Totalt 1 Betyg
Utvecklare https://thisismyurl.com
E-post [email protected]
Betalningssätt free
URL till Sekretesspolicy Sidan http://thisismyurl.com/privacy
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump McDuck",
    "description": "A Chrome extension to replace the phrase Donald Trump to Scrooge McDuck",
    "version": "1.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}