CatFestation

Change all images on your friends computer to cats!

CatFestationคืออะไร?

CatFestation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย manzieric และคุณลักษณะหลักของมันคือ "Change all images on your friends computer to cats!"

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

screenshot

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

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

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

                        Get this extension to prank your friends. Replaces all images on a site with cat pictures!                    

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

ชื่อ CatFestation CatFestation
ID goofkbnadlobcmpgbdibjdhpadfedjbn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/catfestation/goofkbnadlobcmpgbdibjdhpadfedjbn
คำอธิบาย Change all images on your friends computer to cats!
ขนาดไฟล์ 41.62 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 0.2.7
อัปเดตครั้งล่าสุด 2016-01-13
วันที่เผยแพร่ 2016-01-13
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา manzieric
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CatFestation",
    "description": "Change all images on your friends computer to cats!",
    "version": "0.2.7",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}