Fat piece of fatty fat fat

This extension makes the news less depressing

Fat piece of fatty fat fat क्या है?

Fat piece of fatty fat fat trumpisafatty द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension makes the news less depressing"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fat piece of fatty fat fat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Fat piece of fatty fat fat Fat piece of fatty fat fat
ID ikglpmmdgcodfghekcmccmmfcleoajjf
आधिकारिक URL https://chromewebstore.google.com/detail/fat-piece-of-fatty-fat-fa/ikglpmmdgcodfghekcmccmmfcleoajjf
विवरण This extension makes the news less depressing
फ़ाइल का आकार 32.88 KB
स्थापना संख्या 42
वर्तमान संस्करण 0.0.0.1
अंतिम अपडेट 2017-07-14
प्रकाशन तिथि 2017-07-14
रेटिंग 5.00/5 कुल 6 रेटिंग्स
डेवलपर trumpisafatty
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        }
    ]
}