GTA San Andreas
GTA San Andreas extension gives you new tab search engine with many GTA San Andreas themes.
GTA San Andreasคืออะไร?
GTA San Andreas เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://techtodown.com และคุณลักษณะหลักของมันคือ "GTA San Andreas extension gives you new tab search engine with many GTA San Andreas themes."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GTA San Andreas
ดาวน์โหลดไฟล์ส่วนขยาย GTA San Andreas ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
GTA San Andreas extension gives you 80 beautiful themes of GTA San Andreas game. Integrating powerful Google search engine will give users a pleasant experience while surfing the web. In addition, the interface is customizable to help users choose according to their preferences. And many other features such as: integrated date, time, work notes, ...
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | GTA San Andreas |
ID | jdgnicdahegmelcbafckanbaidnkdmbe |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/gta-san-andreas/jdgnicdahegmelcbafckanbaidnkdmbe |
คำอธิบาย | GTA San Andreas extension gives you new tab search engine with many GTA San Andreas themes. |
ขนาดไฟล์ | 31.94 MB |
จำนวนการติดตั้ง | 1,115 |
เวอร์ชันปัจจุบัน | 0.1 |
อัปเดตครั้งล่าสุด | 2021-02-25 |
วันที่เผยแพร่ | 2021-02-23 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | https://techtodown.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://techtodown.com/gta-san-andreas-apk/ |
URL หน้าช่วยเหลือ | https://techtodown.com/contact/ |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "__MSG_appDesc__", "default_locale": "en", "name": "__MSG_appName__", "background": { "persistent": true, "scripts": [ "\/html\/chrome\/settings.js", "\/html\/common\/prefs-sys.js", "\/html\/chrome\/utils.js", "\/html\/chrome\/background.js" ] }, "browser_action": { "default_icon": { "128": "html\/skin\/icons\/128.png", "16": "html\/skin\/icons\/16.png", "48": "html\/skin\/icons\/48.png" } }, "chrome_url_overrides": { "newtab": "\/html\/index.html" }, "icons": { "128": "html\/skin\/icons\/128.png", "16": "html\/skin\/icons\/16.png", "48": "html\/skin\/icons\/48.png" }, "manifest_version": 2, "offline_enabled": true, "permissions": [ "topSites" ], "version": "0.1", "web_accessible_resources": [ "html\/skin\/*" ] } |