Trumpinator 3000

Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!

Wat is Trumpinator 3000?

Trumpinator 3000 is een Chrome-extensie ontwikkeld door boomeasy, en de belangrijkste functie is "Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!".

Extensie Screenshots

Download het CRX-bestand van de extensie Trumpinator 3000

Download Trumpinator 3000-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

                        Make the web great again!
Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
inspired by trumpweb with additional quotes and some bug fixes.                    

Basisinformatie over de Extensie

Naam Trumpinator 3000 Trumpinator 3000
ID khfhhpmllkcdelbmpilggheoeopjhdmk
Officiële URL https://chromewebstore.google.com/detail/trumpinator-3000/khfhhpmllkcdelbmpilggheoeopjhdmk
Beschrijving Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
Bestandsgrootte 61.52 KB
Aantal Installaties 21
Huidige Versie 0.1.2
Laatst Bijgewerkt 2016-01-24
Publicatiedatum 2016-01-23
Ontwikkelaar boomeasy
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://twitter.com/trumpinator3000
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumpinator 3000",
    "version": "0.1.2",
    "description": "Replace 'Donald Trump' with 'Donald '$quote' Trump.  Make the web great again!",
    "icons": {
        "16": "16x16_crop_trumper.png",
        "48": "48x48_crop_trumper.png",
        "128": "128x128_crop_trumper.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}