Cat Eat Cat
A cat eats another cat. It's a game. simple as that noob.
什么是Cat Eat Cat?
Cat Eat Cat是由kalebappdev开发的Chrome扩展程序,该扩展的主要功能是“A cat eats another cat. It's a game. simple as that noob.”。
下载Cat Eat Cat扩展crx文件
下载Cat Eat Cat扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | |
ID | dcniakpiomemeddjnnjnnlhfmpkanklm |
官方URL | https://chrome.google.com/webstore/detail/cat-eat-cat/dcniakpiomemeddjnnjnnlhfmpkanklm |
简介 | A cat eats another cat. It's a game. simple as that noob. |
文件大小 | 7.65 KB |
安装次数 | 15 |
当前版本 | 3.0 |
更新时间 | 2017-09-23 |
上架时间 | 2017-09-23 |
评分 | 1.00/5 共2次评分 |
开发者 | kalebappdev |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cat Eat Cat", "description": "A cat eats another cat. It's a game. simple as that noob.", "version": "3.0", "browser_action": { "default_icon": "if_robocat_cat_374222.png", "default_popup": "Cat and Dog.html" }, "permissions": [ "activeTab", "storage" ] } |