Ant Destroyer 2
For game lovers, it is the browser add-on of the website that shares informations about Ant Destroyer 2 Game.
什么是Ant Destroyer 2?
Ant Destroyer 2是由zdmrmrv开发的Chrome扩展程序,该扩展的主要功能是“For game lovers, it is the browser add-on of the website that shares informations about Ant Destroyer 2 Game.”。
扩展截图
下载Ant Destroyer 2扩展crx文件
下载Ant Destroyer 2扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It is the Chrome extension of the website, which shares the informations about Ant Destroyer 2 Game and what you need to know before downloading it. 扩展基本信息
| 名称 | |
| ID | eimifidimflacohnlnjjggljegahfede |
| 官方URL | https://chromewebstore.google.com/detail/ant-destroyer-2/eimifidimflacohnlnjjggljegahfede |
| 简介 | For game lovers, it is the browser add-on of the website that shares informations about Ant Destroyer 2 Game. |
| 文件大小 | 3.03 MB |
| 安装次数 | 41 |
| 当前版本 | 2.0 |
| 更新时间 | 2022-01-07 |
| 上架时间 | 2022-01-06 |
| 开发者 | zdmrmrv |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.yourgoodplay.com/ant-destroyer-2/ |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ant Destroyer 2",
"description": "For game lovers, it is the browser add-on of the website that shares informations about Ant Destroyer 2 Game.",
"version": "2.0",
"manifest_version": 2,
"background": {
"scripts": [
".\/background.js"
]
},
"icons": {
"16": ".\/img\/16.png",
"48": ".\/img\/48.png",
"128": ".\/img\/128.png"
},
"browser_action": {
"default_popup": ".\/popup.html"
},
"permissions": [
"storage",
"https:\/\/www.yourgoodplay.com\/ant-destroyer-2\/",
"background"
]
} | |