Trumpify

Replace all images with Donald Trump

Trumpifyคืออะไร?

Trumpify เป็นส่วนขยายของ Chrome ที่พัฒนาโดย gidbot และคุณลักษณะหลักของมันคือ "Replace all images with Donald Trump"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trumpify

ดาวน์โหลดไฟล์ส่วนขยาย Trumpify ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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": []
}