Fat piece of fatty fat fat

This extension makes the news less depressing

¿Qué es Fat piece of fatty fat fat?

Fat piece of fatty fat fat es una extensión de Chrome desarrollada por trumpisafatty, y su función principal es "This extension makes the news less depressing".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Fat piece of fatty fat fat

Descarga archivos de extensión Fat piece of fatty fat fat 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

                        This Chrome extension replaces variations of the word 'Trump' with variations of the word 'Fatty' in the hopes of making online news a little more bearable through fat shaming the world's most notorious fat shamer                    

Información Básica de la Extensión

Nombre Fat piece of fatty fat fat Fat piece of fatty fat fat
ID ikglpmmdgcodfghekcmccmmfcleoajjf
URL Oficial https://chromewebstore.google.com/detail/fat-piece-of-fatty-fat-fa/ikglpmmdgcodfghekcmccmmfcleoajjf
Descripción This extension makes the news less depressing
Tamaño del Archivo 32.88 KB
Cantidad de Instalaciones 42
Versión Actual 0.0.0.1
Última Actualización 2017-07-14
Fecha de Publicación 2017-07-14
Calificación 5.00/5 Total de 6 Calificaciones
Desarrollador trumpisafatty
Correo electrónico [email protected]
Tipo de Pago free
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Fat piece of fatty fat fat",
    "short_name": "Fatty",
    "description": "This extension makes the news less depressing",
    "version": "0.0.0.1",
    "devtools_page": "devtools.html",
    "browser_action": {
        "default_icon": "golf_cart_128.png"
    },
    "icons": {
        "128": "golf_cart_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}