Planet Protector
Defend the planet from incoming missiles!
什么是Planet Protector?
Planet Protector是由Adam Janicki开发的Chrome扩展程序,该扩展的主要功能是“Defend the planet from incoming missiles!”。
扩展截图
下载Planet Protector扩展crx文件
下载Planet Protector扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Incoming! Use your defenses to ensure your planet's safety. Four missile hits and you lose! Have fun! Be sure to check out my other games, Galaxy Patrol and Jump!
扩展基本信息
名称 | Planet Protector |
ID | dhlkjnbimclneeepgfbmhnlkhnhapjho |
官方URL | https://chromewebstore.google.com/detail/planet-protector/dhlkjnbimclneeepgfbmhnlkhnhapjho |
简介 | Defend the planet from incoming missiles! |
文件大小 | 9.04 KB |
安装次数 | 20,000 |
当前版本 | 1.7 |
更新时间 | 2019-01-19 |
上架时间 | 2019-01-19 |
评分 | 4.20/5 共5次评分 |
开发者 | Adam Janicki |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Planet Protector", "version": "1.7", "description": "Defend the planet from incoming missiles!", "icons": { "128": "128m.png", "48": "48m.png", "16": "16m.png" }, "browser_action": { "default_icon": "16m.png", "default_popup": "missile.html" }, "permissions": [ "storage" ] } |