GTA V Item Stats
View GTA V item stat numbers on the SocialClub website
GTA V Item Stats là gì?
GTA V Item Stats là một tiện ích mở rộng Chrome được phát triển bởi private, và tính năng chính của nó là "View GTA V item stat numbers on the SocialClub website".
Ả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 V Item Stats
Tải xuống các tệp mở rộng GTA V Item Stats 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
View GTA V item stat numbers on the SocialClub website This extension alters the format of Rockstar's SocialClub website so that you can see vehicles and weapon data in a tabular and sortable format. This way you can easily find out what the best vehicles and weapons for Grand Theft Auto V are! To use it, click on the extension's icon to be directed to the official Grand Theft Auto V page. By default you will land on the Super car page, but you can switch to any category you want.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | bmcocmgndgkfbanffnpndblmocebfedf |
URL Chính Thức | https://chrome.google.com/webstore/detail/gta-v-item-stats/bmcocmgndgkfbanffnpndblmocebfedf |
Mô tả | View GTA V item stat numbers on the SocialClub website |
Kích Thước Tệp | 77.61 KB |
Số Lần Cài Đặt | 629 |
Phiên Bản Hiện Tại | 2 |
Cập Nhật Lần Cuối | 2019-12-21 |
Ngày Phát Hành | 2019-12-21 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | private |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GTA V Item Stats", "version": "2", "description": "View GTA V item stat numbers on the SocialClub website", "background": { "scripts": [ "scripts\/background.js" ] }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "24": "images\/icon24.png", "32": "images\/icon32.png" } }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "permissions": [ "tabs" ], "content_scripts": [ { "matches": [ "*:\/\/socialclub.rockstargames.com\/games\/gtav\/*" ], "css": [ "styles\/style.css" ], "js": [ "scripts\/jquery-3.3.1.min.js", "scripts\/stupidtable.min.js", "scripts\/extension.js" ], "run_at": "document_idle" } ], "manifest_version": 2 } |