Ace Gangster
You are the new AL CAPONE! Play like in GTA! Build your reputation as a Gangster!
什么是Ace Gangster?
Ace Gangster是由lconapps开发的Chrome扩展程序,该扩展的主要功能是“You are the new AL CAPONE! Play like in GTA! Build your reputation as a Gangster!”。
扩展截图
下载Ace Gangster扩展crx文件
下载Ace Gangster扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You are the new AL CAPONE! Play like in GTA! Build your reputation as a Gangster by doing jobs for the various criminal gangs in the city, hijack a car, demolish the building, attack the office, and many more.
扩展基本信息
名称 | |
ID | lbpmjakeomibjjpigoikdjhhiiojdcmp |
官方URL | https://chrome.google.com/webstore/detail/ace-gangster/lbpmjakeomibjjpigoikdjhhiiojdcmp |
简介 | You are the new AL CAPONE! Play like in GTA! Build your reputation as a Gangster! |
文件大小 | 8.96 KB |
安装次数 | 867 |
当前版本 | 2.2 |
更新时间 | 2020-02-28 |
上架时间 | 2020-02-28 |
评分 | 4.71/5 共7次评分 |
开发者 | lconapps |
付费类型 | free |
隐私政策页面URL | https://cronegame.com/privacy-policy |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Ace Gangster", "short_name": "Play Ace Gangster Free Online Game", "description": "You are the new AL CAPONE! Play like in GTA! Build your reputation as a Gangster!", "version": "2.2", "browser_action": { "default_title": "Options", "default_icon": "128.png" }, "icons": { "16": "128.png", "48": "128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true } } |