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」です。

拡張機能のスクリーンショット

screenshot

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.                    

拡張機能の基本情報

名前 GTA V Item Stats GTA V Item Stats
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
}