Trumpify

Replace all images with Donald Trump

Trumpify क्या है?

Trumpify gidbot द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replace all images with Donald Trump"।

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

screenshot
screenshot
screenshot

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

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

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

                        This extension will replace absolutely every image on your browser with a picture of the glorious Donald Trump.

I assure you that this simple extension will improve the quality of your life drastically. I remember the days when I would go on google to see useless pictures like cat memes, nowadays I am a different (and stronger) man.

Thanks to this extension I consume only pictures of Trump, his superiority bleeds into my veins where I absorb his higher power. I used to be a man of weakness, now my enemies fear me. I feel that I am in the presence of immortality. 

Simply glancing at such images will turn a cloudy, stormy, dark day into one filled with rainbows and sunshine. If you are looking to improve your success in this vast world, look no further, this is the opportunity for you.

Developed by gidbot with thanks to a small loan of one million dollars.                    

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

नाम Trumpify Trumpify
ID gcdninjjlpcllhddohkgadpijmpkomab
आधिकारिक URL https://chromewebstore.google.com/detail/trumpify/gcdninjjlpcllhddohkgadpijmpkomab
विवरण Replace all images with Donald Trump
फ़ाइल का आकार 28.99 KB
स्थापना संख्या 205
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-03-21
प्रकाशन तिथि 2022-03-21
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर gidbot
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trumpify",
    "description": "Replace all images with Donald Trump",
    "manifest_version": 3,
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "js": [
                "scripts\/Main.js"
            ],
            "all_frames": true
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "storage"
    ],
    "short_name": "Trumpify",
    "action": {
        "default_title": "Trumpify",
        "default_popup": "index.html"
    },
    "content_security_policy": []
}