Make America's Hands Tiny Again

Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.

Make America's Hands Tiny Againคืออะไร?

Make America's Hands Tiny Again เป็นส่วนขยายของ Chrome ที่พัฒนาโดย sinker และคุณลักษณะหลักของมันคือ "Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature."

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

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Make America's Hands Tiny Again

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

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

                                            

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

ชื่อ Make America's Hands Tiny Again Make America's Hands Tiny Again
ID ojgpbadmpceampflpngboopnbgbhofjf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/make-americas-hands-tiny/ojgpbadmpceampflpngboopnbgbhofjf
คำอธิบาย Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.
ขนาดไฟล์ 3.73 KB
จำนวนการติดตั้ง 350
เวอร์ชันปัจจุบัน 0.2
อัปเดตครั้งล่าสุด 2016-03-05
วันที่เผยแพร่ 2016-03-05
คะแนน 4.79/5 รวมทั้งหมด 33 คะแนน
ผู้พัฒนา sinker
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Make America's Hands Tiny Again",
    "description": "Tired of reading about a certain presidential candidate? This extension replaces his name with his most distinguising feature.",
    "version": "0.2",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}