GTA V Item Stats
View GTA V item stat numbers on the SocialClub website
什麼是GTA V Item Stats?
GTA V Item Stats是由private開發的Chrome擴展程式,該擴展的主要功能是“View GTA V item stat numbers on the SocialClub website”。
擴展截圖
下載GTA V Item Stats擴展crx文件
下載GTA V Item Stats擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | |
ID | bmcocmgndgkfbanffnpndblmocebfedf |
官方網址 | https://chrome.google.com/webstore/detail/gta-v-item-stats/bmcocmgndgkfbanffnpndblmocebfedf |
簡介 | View GTA V item stat numbers on the SocialClub website |
檔案大小 | 77.61 KB |
安裝次數 | 629 |
目前版本 | 2 |
更新時間 | 2019-12-21 |
上架時間 | 2019-12-21 |
評分 | 5.00/5 共 1 次評分 |
開發者 | private |
付費類型 | free |
支援的語言 | 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 } |