Stop Tony Meow
Replace the maddening face of Tony Abbott with cute little kittens
什么是Stop Tony Meow?
Stop Tony Meow是由Danby开发的Chrome扩展程序,该扩展的主要功能是“Replace the maddening face of Tony Abbott with cute little kittens”。
扩展截图
下载Stop Tony Meow扩展crx文件
下载Stop Tony Meow扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | |
ID | dilmdkcidhplbhnpehjmiahegnkpilnf |
官方URL | https://chrome.google.com/webstore/detail/stop-tony-meow/dilmdkcidhplbhnpehjmiahegnkpilnf |
简介 | Replace the maddening face of Tony Abbott with cute little kittens |
文件大小 | 134 KB |
安装次数 | 1,000 |
当前版本 | 0.0.1 |
更新时间 | 2014-02-05 |
上架时间 | 2014-02-05 |
评分 | 4.68/5 共126次评分 |
开发者 | Danby |
付费类型 | free |
支持的语言 | 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" ] } ] } |