GTA San Andreas
GTA San Andreas extension gives you new tab search engine with many GTA San Andreas themes.
GTA San Andreas là gì?
GTA San Andreas là một tiện ích mở rộng Chrome được phát triển bởi https://techtodown.com, và tính năng chính của nó là "GTA San Andreas extension gives you new tab search engine with many GTA San Andreas themes.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng GTA San Andreas
Tải xuống các tệp mở rộng GTA San Andreas dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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, ...
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | GTA San Andreas |
ID | jdgnicdahegmelcbafckanbaidnkdmbe |
URL Chính Thức | https://chromewebstore.google.com/detail/gta-san-andreas/jdgnicdahegmelcbafckanbaidnkdmbe |
Mô tả | GTA San Andreas extension gives you new tab search engine with many GTA San Andreas themes. |
Kích Thước Tệp | 31.94 MB |
Số Lần Cài Đặt | 1,115 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2021-02-25 |
Ngày Phát Hành | 2021-02-23 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://techtodown.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://techtodown.com/gta-san-andreas-apk/ |
URL Trang Trợ Giúp | https://techtodown.com/contact/ |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |