“President” Trump

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

¿Qué es “President” Trump?

“President” Trump es una extensión de Chrome desarrollada por https://www.someguy.is, y su función principal es "Replaces instances of President Trump with “President” Trump (adds quotations)".

Capturas de Pantalla de la Extensión

screenshot

Descargar Archivo CRX de la Extensión “President” Trump

Descarga archivos de extensión “President” Trump en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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.                    

Información Básica de la Extensión

Nombre “President” Trump “President” Trump
ID mepmmhgfbgdepgombedfmppbjcjnaibg
URL Oficial https://chromewebstore.google.com/detail/%E2%80%9Cpresident%E2%80%9D-trump/mepmmhgfbgdepgombedfmppbjcjnaibg
Descripción Replaces instances of President Trump with “President” Trump (adds quotations)
Tamaño del Archivo 200 KB
Cantidad de Instalaciones 246
Versión Actual 1.2
Última Actualización 2017-01-21
Fecha de Publicación 2017-01-21
Calificación 4.73/5 Total de 22 Calificaciones
Desarrollador https://www.someguy.is
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión http://www.someguy.is
Idiomas Soportados 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"
        }
    ]
}