Stop Tony Meow

Replace the maddening face of Tony Abbott with cute little kittens

Cos'è Stop Tony Meow?

Stop Tony Meow è un'estensione di Chrome sviluppata da Danby, e la sua funzione principale è "Replace the maddening face of Tony Abbott with cute little kittens".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Stop Tony Meow

Scarica i file di estensione Stop Tony Meow in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Stop Tony Meow Stop Tony Meow
ID dilmdkcidhplbhnpehjmiahegnkpilnf
URL Ufficiale https://chrome.google.com/webstore/detail/stop-tony-meow/dilmdkcidhplbhnpehjmiahegnkpilnf
Descrizione Replace the maddening face of Tony Abbott with cute little kittens
Dimensione del File 134 KB
Conteggio Installazioni 1,000
Versione Corrente 0.0.1
Ultimo Aggiornamento 2014-02-05
Data di Pubblicazione 2014-02-05
Valutazione 4.68/5 Totale 126 Valutazioni
Sviluppatore Danby
Tipo di Pagamento free
Lingue Supportate 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"
            ]
        }
    ]
}