Fat piece of fatty fat fat

This extension makes the news less depressing

Wat is Fat piece of fatty fat fat?

Fat piece of fatty fat fat is een Chrome-extensie ontwikkeld door trumpisafatty, en de belangrijkste functie is "This extension makes the news less depressing".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Fat piece of fatty fat fat

Download Fat piece of fatty fat fat-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

                        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                    

Basisinformatie over de Extensie

Naam Fat piece of fatty fat fat Fat piece of fatty fat fat
ID ikglpmmdgcodfghekcmccmmfcleoajjf
Officiële URL https://chromewebstore.google.com/detail/fat-piece-of-fatty-fat-fa/ikglpmmdgcodfghekcmccmmfcleoajjf
Beschrijving This extension makes the news less depressing
Bestandsgrootte 32.88 KB
Aantal Installaties 42
Huidige Versie 0.0.0.1
Laatst Bijgewerkt 2017-07-14
Publicatiedatum 2017-07-14
Beoordeling 5.00/5 Totaal 6 Beoordelingen
Ontwikkelaar trumpisafatty
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    ]
}