GTA V Item Stats
View GTA V item stat numbers on the SocialClub website
GTA V Item Stats क्या है?
GTA V Item Stats private द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View GTA V item stat numbers on the SocialClub website"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में GTA V Item Stats एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक URL | 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 } |