Steam Community SteamRep Integration

Displays SteamRep status on Steam Community profile pages

Was ist Steam Community SteamRep Integration?

Steam Community SteamRep Integration ist eine Chrome-Erweiterung, die von Dr. McKay entwickelt wurde, und ihr Hauptmerkmal ist "Displays SteamRep status on Steam Community profile pages".

Erweiterungsscreenshots

screenshot
screenshot

Steam Community SteamRep Integration-Erweiterungs-CRX-Datei herunterladen

Laden Sie Steam Community SteamRep Integration-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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!                    

Grundlegende Informationen zur Erweiterung

Name Steam Community SteamRep Integration Steam Community SteamRep Integration
ID aaclmldkenecanphogeaacolljiphmnk
Offizielle URL https://chromewebstore.google.com/detail/steam-community-steamrep/aaclmldkenecanphogeaacolljiphmnk
Beschreibung Displays SteamRep status on Steam Community profile pages
Dateigröße 13.89 KB
Installationsanzahl 1,895
Aktuelle Version 1.2.0
Letztes Update 2013-10-08
Veröffentlichungsdatum 2013-10-08
Bewertung 4.39/5 Insgesamt 18 Bewertungen
Entwickler Dr. McKay
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://steamrep.com
Hilfeseite URL https://bitbucket.org/Doctor_McKay/steamrep-chrome-extension/issues
Unterstützte Sprachen 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"
            ]
        }
    ]
}