Ace Gangster
You are the new AL CAPONE! Play like in GTA! Build your reputation as a Gangster!
Ace Gangsterคืออะไร?
Ace Gangster เป็นส่วนขยายของ Chrome ที่พัฒนาโดย lconapps และคุณลักษณะหลักของมันคือ "You are the new AL CAPONE! Play like in GTA! Build your reputation as a Gangster!"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ace Gangster
ดาวน์โหลดไฟล์ส่วนขยาย 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 } } |