Cat > Trump

Replacing (some of) Donald Trump's images with a cat.

Cat > Trumpคืออะไร?

Cat > Trump เป็นส่วนขยายของ Chrome ที่พัฒนาโดย leahxraexcar และคุณลักษณะหลักของมันคือ "Replacing (some of) Donald Trump's images with a cat."

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

screenshot
screenshot

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

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

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

                        Replacing (some of) Donald Trump's images with a cat.                    

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

ชื่อ Cat > Trump Cat > Trump
ID keihijkeloabonioojkiohiloiebnbdl
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/cat-%3E-trump/keihijkeloabonioojkiohiloiebnbdl
คำอธิบาย Replacing (some of) Donald Trump's images with a cat.
ขนาดไฟล์ 114 KB
จำนวนการติดตั้ง 41
เวอร์ชันปัจจุบัน 0.1
อัปเดตครั้งล่าสุด 2016-11-16
วันที่เผยแพร่ 2016-11-16
ผู้พัฒนา leahxraexcar
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cat > Trump",
    "version": "0.1",
    "web_accessible_resources": [
        "cat.jpg"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.1.1.min.js",
                "content.js"
            ]
        }
    ]
}