Stop Tony Meow
Replace the maddening face of Tony Abbott with cute little kittens
What is Stop Tony Meow?
Stop Tony Meow is a Chrome extension developed by Danby, and its main feature is "Replace the maddening face of Tony Abbott with cute little kittens".
Extension Screenshots
Download Stop Tony Meow Extension CRX File
Download Stop Tony Meow extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | dilmdkcidhplbhnpehjmiahegnkpilnf |
Official URL | https://chrome.google.com/webstore/detail/stop-tony-meow/dilmdkcidhplbhnpehjmiahegnkpilnf |
Description | Replace the maddening face of Tony Abbott with cute little kittens |
File Size | 134 KB |
Installation Count | 1,000 |
Current Version | 0.0.1 |
Last Updated | 2014-02-05 |
Publish Date | 2014-02-05 |
Rating | 4.68/5 Total 126 Ratings |
Developer | Danby |
Payment Type | free |
Supported Languages | 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" ] } ] } |