Trumpinator 3000

Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!

Trumpinator 3000คืออะไร?

Trumpinator 3000 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย boomeasy และคุณลักษณะหลักของมันคือ "Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!"

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

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

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

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

                        Make the web great again!
Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
inspired by trumpweb with additional quotes and some bug fixes.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Trumpinator 3000 Trumpinator 3000
ID khfhhpmllkcdelbmpilggheoeopjhdmk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trumpinator-3000/khfhhpmllkcdelbmpilggheoeopjhdmk
คำอธิบาย Replace 'Donald Trump' with 'Donald '$quote' Trump. Make the web great again!
ขนาดไฟล์ 61.52 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 0.1.2
อัปเดตครั้งล่าสุด 2016-01-24
วันที่เผยแพร่ 2016-01-23
ผู้พัฒนา boomeasy
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://twitter.com/trumpinator3000
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trumpinator 3000",
    "version": "0.1.2",
    "description": "Replace 'Donald Trump' with 'Donald '$quote' Trump.  Make the web great again!",
    "icons": {
        "16": "16x16_crop_trumper.png",
        "48": "48x48_crop_trumper.png",
        "128": "128x128_crop_trumper.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}