Extension GodWarriors
Extension Chrome pour le jeu GodWarriors simplifiant la gestion des multi-comptes.
什么是Extension GodWarriors?
Extension GodWarriors是由https://www.godwarriors.com开发的Chrome扩展程序,该扩展的主要功能是“Extension Chrome pour le jeu GodWarriors simplifiant la gestion des multi-comptes.”。
扩展截图
下载Extension GodWarriors扩展crx文件
下载Extension GodWarriors扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Cette extension pour Chrome permet aux joueurs de GodWarriors d'avoir accès instantanément et en un seul clic à l'ensemble de leurs personnages. 扩展基本信息
| 名称 | |
| ID | odaghmjnadnjkacgnmhgnmgcgmhehdbb |
| 官方URL | https://chromewebstore.google.com/detail/extension-godwarriors/odaghmjnadnjkacgnmhgnmgcgmhehdbb |
| 简介 | Extension Chrome pour le jeu GodWarriors simplifiant la gestion des multi-comptes. |
| 文件大小 | 118 KB |
| 安装次数 | 23 |
| 当前版本 | 1.0.2 |
| 更新时间 | 2019-02-05 |
| 上架时间 | 2019-02-05 |
| 评分 | 5.00/5 共6次评分 |
| 开发者 | https://www.godwarriors.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | http://www.godwarriors.com |
| 隐私政策页面URL | http://www.godwarriors.com/about.php?lang=fra |
| 支持的语言 | fr |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Extension GodWarriors",
"description": "Extension Chrome pour le jeu GodWarriors simplifiant la gestion des multi-comptes.",
"version": "1.0.2",
"icons": {
"16": "img\/icon_16.png",
"48": "img\/icon_48.png",
"128": "img\/icon_128.png"
},
"options_page": "options.html",
"browser_action": {
"default_icon": "img\/icon_16.png",
"default_popup": "popup.html"
},
"permissions": [
"http:\/\/www.godwarriors.com\/",
"notifications",
"tabs"
],
"web_accessible_resources": [
"options.html"
]
} | |