Fat piece of fatty fat fat

This extension makes the news less depressing

Hvad er Fat piece of fatty fat fat?

Fat piece of fatty fat fat er en Chrome-udvidelse udviklet af trumpisafatty, og dens hovedfunktion er "This extension makes the news less depressing".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Fat piece of fatty fat fat-udvidelses-CRX-fil

Download Fat piece of fatty fat fat-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Fat piece of fatty fat fat Fat piece of fatty fat fat
ID ikglpmmdgcodfghekcmccmmfcleoajjf
Officiel URL https://chromewebstore.google.com/detail/fat-piece-of-fatty-fat-fa/ikglpmmdgcodfghekcmccmmfcleoajjf
Beskrivelse This extension makes the news less depressing
Filstørrelse 32.88 KB
Antal Installationer 42
Nuværende Version 0.0.0.1
Senest Opdateret 2017-07-14
Udgivelsesdato 2017-07-14
Bedømmelse 5.00/5 Samlet 6 Bedømmelser
Udvikler trumpisafatty
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}