Fat piece of fatty fat fat

This extension makes the news less depressing

Cos'è Fat piece of fatty fat fat?

Fat piece of fatty fat fat è un'estensione di Chrome sviluppata da trumpisafatty, e la sua funzione principale è "This extension makes the news less depressing".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Fat piece of fatty fat fat

Scarica i file di estensione Fat piece of fatty fat fat 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

                        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                    

Informazioni di Base sull'Estensione

Nome Fat piece of fatty fat fat Fat piece of fatty fat fat
ID ikglpmmdgcodfghekcmccmmfcleoajjf
URL Ufficiale https://chromewebstore.google.com/detail/fat-piece-of-fatty-fat-fa/ikglpmmdgcodfghekcmccmmfcleoajjf
Descrizione This extension makes the news less depressing
Dimensione del File 32.88 KB
Conteggio Installazioni 42
Versione Corrente 0.0.0.1
Ultimo Aggiornamento 2017-07-14
Data di Pubblicazione 2017-07-14
Valutazione 5.00/5 Totale 6 Valutazioni
Sviluppatore trumpisafatty
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}