Trump To Chump

Replaces the text 'Trump' with 'Chump'.

Hvad er Trump To Chump?

Trump To Chump er en Chrome-udvidelse udviklet af Drew Wasem, og dens hovedfunktion er "Replaces the text 'Trump' with 'Chump'.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Trump To Chump-udvidelses-CRX-fil

Download Trump To Chump-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

                        Spreading the truth throughout the internet, Donald Trump is a Chump.                    

Grundlæggende oplysninger om udvidelsen

Navn Trump To Chump Trump To Chump
ID almlkepgjlmnpndeahbcpinhhdffbech
Officiel URL https://chrome.google.com/webstore/detail/trump-to-chump/almlkepgjlmnpndeahbcpinhhdffbech
Beskrivelse Replaces the text 'Trump' with 'Chump'.
Filstørrelse 18.68 KB
Antal Installationer 19
Nuværende Version 1
Senest Opdateret 2015-08-23
Udgivelsesdato 2015-08-23
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler Drew Wasem
Betalingsmetode free
Udvidelseswebsted https://github.com/CapeDrew/Trump-To-Chump
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump To Chump",
    "short_name": "Trump To Chump",
    "description": "Replaces the text 'Trump' with 'Chump'.",
    "author": "Andrew R Wasem",
    "version": "1",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}