Stop Tony Meow
Replace the maddening face of Tony Abbott with cute little kittens
Wat is Stop Tony Meow?
Stop Tony Meow is een Chrome-extensie ontwikkeld door Danby, en de belangrijkste functie is "Replace the maddening face of Tony Abbott with cute little kittens".
Extensie Screenshots
Download het CRX-bestand van de extensie Stop Tony Meow
Download Stop Tony Meow-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | dilmdkcidhplbhnpehjmiahegnkpilnf |
Officiële URL | https://chrome.google.com/webstore/detail/stop-tony-meow/dilmdkcidhplbhnpehjmiahegnkpilnf |
Beschrijving | Replace the maddening face of Tony Abbott with cute little kittens |
Bestandsgrootte | 134 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 0.0.1 |
Laatst Bijgewerkt | 2014-02-05 |
Publicatiedatum | 2014-02-05 |
Beoordeling | 4.68/5 Totaal 126 Beoordelingen |
Ontwikkelaar | Danby |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } ] } |