Trump Duck Extension

Replaces all mentions of Donald Trump with Donald Duck. Good times.

Trump Duck Extensionคืออะไร?

Trump Duck Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tommybgoode และคุณลักษณะหลักของมันคือ "Replaces all mentions of Donald Trump with Donald Duck. Good times."

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

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

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

                        Replaces mentions of the Republican presidential candidate with mentions of the Disney character.                    

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

ชื่อ Trump Duck Extension Trump Duck Extension
ID cefmmojephggejabeafkdlpgngeielem
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trump-duck-extension/cefmmojephggejabeafkdlpgngeielem
คำอธิบาย Replaces all mentions of Donald Trump with Donald Duck. Good times.
ขนาดไฟล์ 54.96 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 0.1.0
อัปเดตครั้งล่าสุด 2016-01-28
วันที่เผยแพร่ 2016-01-27
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา tommybgoode
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trump Duck Extension",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Replaces all mentions of Donald Trump with Donald Duck. Good times.",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "tabs",
        ""
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}