Stop Tony Meow

Replace the maddening face of Tony Abbott with cute little kittens

Stop Tony Meowคืออะไร?

Stop Tony Meow เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Danby และคุณลักษณะหลักของมันคือ "Replace the maddening face of Tony Abbott with cute little kittens"

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

screenshot

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

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

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

                        Australian politics getting you down? Sick and tired of Tone's mug all over the shop? Calm down and chill out because there's an alternative - replacing Tone's face with pictures of cute little kittens. Much nicer.                    

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

ชื่อ Stop Tony Meow Stop Tony Meow
ID dilmdkcidhplbhnpehjmiahegnkpilnf
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/stop-tony-meow/dilmdkcidhplbhnpehjmiahegnkpilnf
คำอธิบาย Replace the maddening face of Tony Abbott with cute little kittens
ขนาดไฟล์ 134 KB
จำนวนการติดตั้ง 1,000
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2014-02-05
วันที่เผยแพร่ 2014-02-05
คะแนน 4.68/5 รวมทั้งหมด 126 คะแนน
ผู้พัฒนา Danby
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Stop Tony Meow",
    "version": "0.0.1",
    "manifest_version": 2,
    "description": "Replace the maddening face of Tony Abbott with cute little kittens",
    "homepage_url": "http:\/\/stoptonymeow.com\/",
    "icons": {
        "16": "icons\/Icon-16.png",
        "48": "icons\/Icon-48.png",
        "128": "icons\/Icon-128.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "permissions": [
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "js\/jquery\/jquery.min.js",
                "src\/inject\/inject.js"
            ]
        }
    ]
}