UKItten
Replaces images of Nigel Farage or UKIP with kittens. Because kittens > UKIP.
什么是UKItten?
UKItten是由tomroyaldotcom开发的Chrome扩展程序,该扩展的主要功能是“Replaces images of Nigel Farage or UKIP with kittens. Because kittens > UKIP.”。
扩展截图
下载UKItten扩展crx文件
下载UKItten扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replaces images of Nigel Farage or related to UKIP with photographs of kittens.
Because kittens > UKIP.
Brought to you by www.teaandkittens.co.uk 扩展基本信息
| 名称 | |
| ID | emilnmiaddhlfpidckmgkdiponidpeje |
| 官方URL | https://chromewebstore.google.com/detail/ukitten/emilnmiaddhlfpidckmgkdiponidpeje |
| 简介 | Replaces images of Nigel Farage or UKIP with kittens. Because kittens > UKIP. |
| 文件大小 | 23.82 KB |
| 安装次数 | 433 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2016-07-05 |
| 上架时间 | 2016-07-04 |
| 评分 | 4.78/5 共45次评分 |
| 开发者 | tomroyaldotcom |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.teaandkittens.co.uk |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "UKItten",
"description": "Replaces images of Nigel Farage or UKIP with kittens. Because kittens > UKIP.",
"version": "1.0.1",
"permissions": [
"http:\/\/www.teaandkittens.co.uk\/"
],
"icons": {
"48": "uk48.png",
"128": "uk128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*"
],
"js": [
"defarage.js"
]
}
]
} | |