Nigel to Kitten

Replaces pictures of Nigel Farage with pictures of kittens

Nigel to Kittenคืออะไร?

Nigel to Kitten เป็นส่วนขยายของ Chrome ที่พัฒนาโดย rtharrington และคุณลักษณะหลักของมันคือ "Replaces pictures of Nigel Farage with pictures of kittens"

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

screenshot

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

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

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

                        That's pretty much all there is to say about that.                    

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

ชื่อ Nigel to Kitten Nigel to Kitten
ID lglfelpkikmoomoemicbmcigjcpoibhi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nigel-to-kitten/lglfelpkikmoomoemicbmcigjcpoibhi
คำอธิบาย Replaces pictures of Nigel Farage with pictures of kittens
ขนาดไฟล์ 3.65 KB
จำนวนการติดตั้ง 17
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2016-06-25
วันที่เผยแพร่ 2016-06-24
คะแนน 1.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา rtharrington
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Nigel to Kitten",
    "short_name": "N2K",
    "version": "1.0.0",
    "description": "Replaces pictures of Nigel Farage with pictures of kittens",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "match_about_blank": true,
            "js": [
                "content_script.js"
            ],
            "all_frames": true
        }
    ]
}