“President” Trump

Replaces instances of President Trump with “President” Trump (adds quotations)

Wat is “President” Trump?

“President” Trump is een Chrome-extensie ontwikkeld door https://www.someguy.is, en de belangrijkste functie is "Replaces instances of President Trump with “President” Trump (adds quotations)".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie “President” Trump

Download “President” Trump-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

                        It'll also insert "President" before mentions of Trump... because over the next 4 years, it's important to be reminded that his presidency is illegitimate. Give it a try, it's oddly soothing.                    

Basisinformatie over de Extensie

Naam “President” Trump “President” Trump
ID mepmmhgfbgdepgombedfmppbjcjnaibg
Officiële URL https://chromewebstore.google.com/detail/%E2%80%9Cpresident%E2%80%9D-trump/mepmmhgfbgdepgombedfmppbjcjnaibg
Beschrijving Replaces instances of President Trump with “President” Trump (adds quotations)
Bestandsgrootte 200 KB
Aantal Installaties 246
Huidige Versie 1.2
Laatst Bijgewerkt 2017-01-21
Publicatiedatum 2017-01-21
Beoordeling 4.73/5 Totaal 22 Beoordelingen
Ontwikkelaar https://www.someguy.is
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.someguy.is
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u201cPresident\u201d Trump",
    "short_name": "Replaces instances of President Trump with \u201cPresident\u201d Trump (adds quotations",
    "version": "1.2",
    "description": "Replaces instances of President Trump with \u201cPresident\u201d Trump (adds quotations)",
    "icons": {
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}