Trump McDuck

A Chrome extension to replace the phrase Donald Trump to Scrooge McDuck

Trump McDuckคืออะไร?

Trump McDuck เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://thisismyurl.com และคุณลักษณะหลักของมันคือ "A Chrome extension to replace the phrase Donald Trump to Scrooge McDuck"

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

screenshot

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

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

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

                        Trump McDuck is a fun extension that changes Donald Trump to Scrooge McDuck in your browser.

It also replaces the phrase Donald with Scrooge, and Trump with McDuck.                    

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

ชื่อ Trump McDuck Trump McDuck
ID kfpnjcchmigkcjmnnnfelbjpiffjemln
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trump-mcduck/kfpnjcchmigkcjmnnnfelbjpiffjemln
คำอธิบาย A Chrome extension to replace the phrase Donald Trump to Scrooge McDuck
ขนาดไฟล์ 5.52 KB
จำนวนการติดตั้ง 12
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2016-12-12
วันที่เผยแพร่ 2016-12-12
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://thisismyurl.com
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว http://thisismyurl.com/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump McDuck",
    "description": "A Chrome extension to replace the phrase Donald Trump to Scrooge McDuck",
    "version": "1.0.1",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}