FatBoy2FatBoy

Replaces the text 'Kim Jong Un to Fat Boy'.

FatBoy2FatBoyคืออะไร?

FatBoy2FatBoy เป็นส่วนขยายของ Chrome ที่พัฒนาโดย fatboy2fatboyextension และคุณลักษณะหลักของมันคือ "Replaces the text 'Kim Jong Un to Fat Boy'."

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

screenshot

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

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

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

                        I just modified the cloud to butt extension to make Kim Jong Un's feeling hurt                    

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

ชื่อ FatBoy2FatBoy FatBoy2FatBoy
ID mebamnmlaejijhncenldggolfjffjeie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fatboy2fatboy/mebamnmlaejijhncenldggolfjffjeie
คำอธิบาย Replaces the text 'Kim Jong Un to Fat Boy'.
ขนาดไฟล์ 3.42 KB
จำนวนการติดตั้ง 159
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2016-01-16
วันที่เผยแพร่ 2016-01-16
คะแนน 3.71/5 รวมทั้งหมด 7 คะแนน
ผู้พัฒนา fatboy2fatboyextension
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FatBoy2FatBoy",
    "version": "1.0",
    "description": "Replaces the text 'Kim Jong Un to Fat Boy'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}