Nigel to Kitten
Replaces pictures of Nigel Farage with pictures of kittens
什么是Nigel to Kitten?
Nigel to Kitten是由rtharrington开发的Chrome扩展程序,该扩展的主要功能是“Replaces pictures of Nigel Farage with pictures of kittens”。
扩展截图
下载Nigel to Kitten扩展crx文件
下载Nigel to Kitten扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
That's pretty much all there is to say about that. 扩展基本信息
| 名称 | |
| ID | lglfelpkikmoomoemicbmcigjcpoibhi |
| 官方URL | https://chromewebstore.google.com/detail/nigel-to-kitten/lglfelpkikmoomoemicbmcigjcpoibhi |
| 简介 | Replaces pictures of Nigel Farage with pictures of kittens |
| 文件大小 | 3.65 KB |
| 安装次数 | 17 |
| 当前版本 | 1.0.0 |
| 更新时间 | 2016-06-25 |
| 上架时间 | 2016-06-24 |
| 评分 | 1.00/5 共1次评分 |
| 开发者 | rtharrington |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Nigel to Kitten",
"short_name": "N2K",
"version": "1.0.0",
"description": "Replaces pictures of Nigel Farage with pictures of kittens",
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"match_about_blank": true,
"js": [
"content_script.js"
],
"all_frames": true
}
]
} | |