Fat piece of fatty fat fat

This extension makes the news less depressing

What is Fat piece of fatty fat fat?

Fat piece of fatty fat fat is a Chrome extension developed by trumpisafatty, and its main feature is "This extension makes the news less depressing".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Fat piece of fatty fat fat Extension CRX File

Download Fat piece of fatty fat fat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Fat piece of fatty fat fat Fat piece of fatty fat fat
ID ikglpmmdgcodfghekcmccmmfcleoajjf
Official URL https://chromewebstore.google.com/detail/fat-piece-of-fatty-fat-fa/ikglpmmdgcodfghekcmccmmfcleoajjf
Description This extension makes the news less depressing
File Size 32.88 KB
Installation Count 42
Current Version 0.0.0.1
Last Updated 2017-07-14
Publish Date 2017-07-14
Rating 5.00/5 Total 6 Ratings
Developer trumpisafatty
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    ]
}