Steam Community SteamRep Integration

Displays SteamRep status on Steam Community profile pages

Steam Community SteamRep Integrationとは何ですか?

Steam Community SteamRep IntegrationはDr. McKayによって開発されたChromeの拡張機能で、その主な機能は「Displays SteamRep status on Steam Community profile pages」です。

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

screenshot
screenshot

Steam Community SteamRep Integration拡張機能のCRXファイルをダウンロード

Steam Community SteamRep Integration拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Displays a user's SteamRep status directly on their profile page at SteamCommunity.com.

Click on a user's SteamRep status to go to their SteamRep profile page.

At the moment, due to limitations in SteamRep's system, caution tags are not displayed. Always double-check!                    

拡張機能の基本情報

名前 Steam Community SteamRep Integration Steam Community SteamRep Integration
ID aaclmldkenecanphogeaacolljiphmnk
公式URL https://chromewebstore.google.com/detail/steam-community-steamrep/aaclmldkenecanphogeaacolljiphmnk
説明 Displays SteamRep status on Steam Community profile pages
ファイルサイズ 13.89 KB
インストール数 1,895
現在のバージョン 1.2.0
最終更新日 2013-10-08
公開日 2013-10-08
評価 4.39/5 合計 18 レビュー
開発者 Dr. McKay
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト http://steamrep.com
ヘルプページのURL https://bitbucket.org/Doctor_McKay/steamrep-chrome-extension/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Steam Community SteamRep Integration",
    "version": "1.2.0",
    "manifest_version": 2,
    "description": "Displays SteamRep status on Steam Community profile pages",
    "homepage_url": "http:\/\/www.steamrep.com",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "http:\/\/steamrep.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/steamcommunity.com\/*"
            ],
            "js": [
                "steamcommunity.js"
            ]
        }
    ]
}