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 |
官方網址 | 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 } } |