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
电子邮箱 [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"
            ]
        }
    ]
}