“President” Trump

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

Cos'è “President” Trump?

“President” Trump è un'estensione di Chrome sviluppata da https://www.someguy.is, e la sua funzione principale è "Replaces instances of President Trump with “President” Trump (adds quotations)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione “President” Trump

Scarica i file di estensione “President” Trump in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome “President” Trump “President” Trump
ID mepmmhgfbgdepgombedfmppbjcjnaibg
URL Ufficiale https://chromewebstore.google.com/detail/%E2%80%9Cpresident%E2%80%9D-trump/mepmmhgfbgdepgombedfmppbjcjnaibg
Descrizione Replaces instances of President Trump with “President” Trump (adds quotations)
Dimensione del File 200 KB
Conteggio Installazioni 246
Versione Corrente 1.2
Ultimo Aggiornamento 2017-01-21
Data di Pubblicazione 2017-01-21
Valutazione 4.73/5 Totale 22 Valutazioni
Sviluppatore https://www.someguy.is
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.someguy.is
Lingue Supportate 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"
        }
    ]
}