CatFestation
Change all images on your friends computer to cats!
什么是CatFestation?
CatFestation是由manzieric开发的Chrome扩展程序,该扩展的主要功能是“Change all images on your friends computer to cats!”。
扩展截图
下载CatFestation扩展crx文件
下载CatFestation扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Get this extension to prank your friends. Replaces all images on a site with cat pictures!
扩展基本信息
名称 | CatFestation |
ID | goofkbnadlobcmpgbdibjdhpadfedjbn |
官方URL | https://chromewebstore.google.com/detail/catfestation/goofkbnadlobcmpgbdibjdhpadfedjbn |
简介 | Change all images on your friends computer to cats! |
文件大小 | 41.62 KB |
安装次数 | 17 |
当前版本 | 0.2.7 |
更新时间 | 2016-01-13 |
上架时间 | 2016-01-13 |
评分 | 5.00/5 共1次评分 |
开发者 | manzieric |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CatFestation", "description": "Change all images on your friends computer to cats!", "version": "0.2.7", "icons": { "128": "icon_128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |