Your Drunk Uncle at Thanksgiving

Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.

Your Drunk Uncle at Thanksgivingคืออะไร?

Your Drunk Uncle at Thanksgiving เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tim.bornholdt และคุณลักษณะหลักของมันคือ "Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Your Drunk Uncle at Thanksgiving

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

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

                        Quite simply, this extension will substitute "Donald Trump" (or "Donald J. Trump") with "your drunk uncle at Thanksgiving" on any webpage you visit.                    

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

ชื่อ Your Drunk Uncle at Thanksgiving Your Drunk Uncle at Thanksgiving
ID gojllilppggaoimmobeddlhafeijfigh
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/your-drunk-uncle-at-thank/gojllilppggaoimmobeddlhafeijfigh
คำอธิบาย Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.
ขนาดไฟล์ 8.34 KB
จำนวนการติดตั้ง 395
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2015-10-29
วันที่เผยแพร่ 2015-10-29
คะแนน 4.60/5 รวมทั้งหมด 50 คะแนน
ผู้พัฒนา tim.bornholdt
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Your Drunk Uncle at Thanksgiving",
    "description": "Pretty self-explanitory. Hat tip to Christina Warren and Jason Abbruzzese for the idea.",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "icon.png"
    }
}