Stop Tony Meow

Replace the maddening face of Tony Abbott with cute little kittens

Hvad er Stop Tony Meow?

Stop Tony Meow er en Chrome-udvidelse udviklet af Danby, og dens hovedfunktion er "Replace the maddening face of Tony Abbott with cute little kittens".

Udvidelsesskærmbilleder

screenshot

Download Stop Tony Meow-udvidelses-CRX-fil

Download Stop Tony Meow-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Stop Tony Meow Stop Tony Meow
ID dilmdkcidhplbhnpehjmiahegnkpilnf
Officiel URL https://chrome.google.com/webstore/detail/stop-tony-meow/dilmdkcidhplbhnpehjmiahegnkpilnf
Beskrivelse Replace the maddening face of Tony Abbott with cute little kittens
Filstørrelse 134 KB
Antal Installationer 1,000
Nuværende Version 0.0.1
Senest Opdateret 2014-02-05
Udgivelsesdato 2014-02-05
Bedømmelse 4.68/5 Samlet 126 Bedømmelser
Udvikler Danby
Betalingsmetode free
Understøttede Sprog 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"
            ]
        }
    ]
}