Steam Community SteamRep Integration

Displays SteamRep status on Steam Community profile pages

What is Steam Community SteamRep Integration?

Steam Community SteamRep Integration is a Chrome extension developed by Dr. McKay, and its main feature is "Displays SteamRep status on Steam Community profile pages".

Extension Screenshots

screenshot
screenshot

Download Steam Community SteamRep Integration Extension CRX File

Download Steam Community SteamRep Integration extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Steam Community SteamRep Integration Steam Community SteamRep Integration
ID aaclmldkenecanphogeaacolljiphmnk
Official URL https://chromewebstore.google.com/detail/steam-community-steamrep/aaclmldkenecanphogeaacolljiphmnk
Description Displays SteamRep status on Steam Community profile pages
File Size 13.89 KB
Installation Count 1,895
Current Version 1.2.0
Last Updated 2013-10-08
Publish Date 2013-10-08
Rating 4.39/5 Total 18 Ratings
Developer Dr. McKay
Email [email protected]
Payment Type free
Extension Website http://steamrep.com
Help Page URL https://bitbucket.org/Doctor_McKay/steamrep-chrome-extension/issues
Supported Languages 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"
            ]
        }
    ]
}