UKItten

Replaces images of Nigel Farage or UKIP with kittens. Because kittens > UKIP.

UKIttenคืออะไร?

UKItten เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tomroyaldotcom และคุณลักษณะหลักของมันคือ "Replaces images of Nigel Farage or UKIP with kittens. Because kittens > UKIP."

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

screenshot

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

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

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

                        Replaces images of Nigel Farage or related to UKIP with photographs of kittens. 

Because kittens > UKIP.

Brought to you by www.teaandkittens.co.uk                    

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

ชื่อ UKItten UKItten
ID emilnmiaddhlfpidckmgkdiponidpeje
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/ukitten/emilnmiaddhlfpidckmgkdiponidpeje
คำอธิบาย Replaces images of Nigel Farage or UKIP with kittens. Because kittens > UKIP.
ขนาดไฟล์ 23.82 KB
จำนวนการติดตั้ง 433
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2016-07-05
วันที่เผยแพร่ 2016-07-04
คะแนน 4.78/5 รวมทั้งหมด 45 คะแนน
ผู้พัฒนา tomroyaldotcom
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://www.teaandkittens.co.uk
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "UKItten",
    "description": "Replaces images of Nigel Farage or UKIP with kittens. Because kittens > UKIP.",
    "version": "1.0.1",
    "permissions": [
        "http:\/\/www.teaandkittens.co.uk\/"
    ],
    "icons": {
        "48": "uk48.png",
        "128": "uk128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "defarage.js"
            ]
        }
    ]
}