Stop Tony Meow

Replace the maddening face of Tony Abbott with cute little kittens

Apa itu Stop Tony Meow?

Stop Tony Meow adalah ekstensi Chrome yang dikembangkan oleh Danby, dan fitur utamanya adalah "Replace the maddening face of Tony Abbott with cute little kittens".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Stop Tony Meow

Unduh file ekstensi Stop Tony Meow dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Stop Tony Meow Stop Tony Meow
ID dilmdkcidhplbhnpehjmiahegnkpilnf
URL Resmi https://chrome.google.com/webstore/detail/stop-tony-meow/dilmdkcidhplbhnpehjmiahegnkpilnf
Deskripsi Replace the maddening face of Tony Abbott with cute little kittens
Ukuran File 134 KB
Jumlah Instalasi 1,000
Versi Saat Ini 0.0.1
Terakhir Diperbarui 2014-02-05
Tanggal Publikasi 2014-02-05
Penilaian 4.68/5 Total 126 Penilaian
Pengembang Danby
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}