The Internet Needs More Cats
replace every image with a cat
什么是The Internet Needs More Cats?
The Internet Needs More Cats是由https://nolandchaliha.com开发的Chrome扩展程序,该扩展的主要功能是“replace every image with a cat”。
下载The Internet Needs More Cats扩展crx文件
下载The Internet Needs More Cats扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Replace every image on the internet with a cat. Just click the cat icon. Reload to de-cat. 扩展基本信息
| 名称 | |
| ID | abkhjlenamfebhpbbopkokfficikcjfo |
| 官方URL | https://chromewebstore.google.com/detail/the-internet-needs-more-c/abkhjlenamfebhpbbopkokfficikcjfo |
| 简介 | replace every image with a cat |
| 文件大小 | 43.21 KB |
| 安装次数 | 354 |
| 当前版本 | 0.1 |
| 更新时间 | 2015-02-09 |
| 上架时间 | 2015-02-08 |
| 评分 | 4.75/5 共8次评分 |
| 开发者 | https://nolandchaliha.com |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "The Internet Needs More Cats",
"version": "0.1",
"description": "replace every image with a cat",
"background": {
"scripts": [
"main.js"
],
"persistent": false
},
"browser_action": {
"default_icon": {
"19": "icons\/19.png",
"38": "icons\/38.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"default_title": "cat"
},
"author": "Noland Chaliha",
"permissions": [
"activeTab",
"http:\/\/i.imgur.com\/"
]
} | |