Trumpisms

Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.

Hvad er Trumpisms?

Trumpisms er en Chrome-udvidelse udviklet af CaseySoftware, og dens hovedfunktion er "Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.".

Udvidelsesskærmbilleder

screenshot

Download Trumpisms-udvidelses-CRX-fil

Download Trumpisms-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

                        This extension replaces various words with President Trump's preferred nicknames.

Currently, it replaces "ISIS" with "Evil Losers" and "Hillary Clinton" with "Crooked Hillary"

Enjoy!                    

Grundlæggende oplysninger om udvidelsen

Navn Trumpisms Trumpisms
ID feabnchiknilhgjblocljbhpcmdaiplc
Officiel URL https://chromewebstore.google.com/detail/trumpisms/feabnchiknilhgjblocljbhpcmdaiplc
Beskrivelse Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.
Filstørrelse 208 KB
Antal Installationer 11
Nuværende Version 1.0.1
Senest Opdateret 2017-05-25
Udgivelsesdato 2017-05-24
Bedømmelse 4.86/5 Samlet 7 Bedømmelser
Udvikler CaseySoftware
Betalingsmetode free
Hjælpeside-URL https://github.com/caseysoftware/trumpisms
Understøttede Sprog en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumpisms",
    "version": "1.0.1",
    "description": "Replaces the text on websites with President Trump's preferred nicknames. Based on the Cloud to Butt Extension.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "48": "images\/laugh-48.png",
        "128": "images\/laugh-128.png"
    }
}