Stop Tony Meow

Replace the maddening face of Tony Abbott with cute little kittens

Stop Tony Meow là gì?

Stop Tony Meow là một tiện ích mở rộng Chrome được phát triển bởi Danby, và tính năng chính của nó là "Replace the maddening face of Tony Abbott with cute little kittens".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Stop Tony Meow

Tải xuống các tệp mở rộng Stop Tony Meow dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Stop Tony Meow Stop Tony Meow
ID dilmdkcidhplbhnpehjmiahegnkpilnf
URL Chính Thức https://chrome.google.com/webstore/detail/stop-tony-meow/dilmdkcidhplbhnpehjmiahegnkpilnf
Mô tả Replace the maddening face of Tony Abbott with cute little kittens
Kích Thước Tệp 134 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2014-02-05
Ngày Phát Hành 2014-02-05
Đánh Giá 4.68/5 Tổng số 126 Đánh Giá
Nhà Phát Triển Danby
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}