Stop Tony Meow
Replace the maddening face of Tony Abbott with cute little kittens
Vad är Stop Tony Meow?
Stop Tony Meow är en Chrome-tillägg utvecklad av Danby, och dess huvudfunktion är "Replace the maddening face of Tony Abbott with cute little kittens".
Tilläggsskärmbilder
Ladda ner Stop Tony Meow-förlängningens CRX-fil
Ladda ner Stop Tony Meow-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | |
ID | dilmdkcidhplbhnpehjmiahegnkpilnf |
Officiell webbadress | https://chrome.google.com/webstore/detail/stop-tony-meow/dilmdkcidhplbhnpehjmiahegnkpilnf |
Beskrivning | Replace the maddening face of Tony Abbott with cute little kittens |
Filstorlek | 134 KB |
Antal Installationer | 1,000 |
Aktuell Version | 0.0.1 |
Senast Uppdaterad | 2014-02-05 |
Publiceringsdatum | 2014-02-05 |
Betyg | 4.68/5 Totalt 126 Betyg |
Utvecklare | Danby |
Betalningssätt | free |
Stödda Språk | 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" ] } ] } |