Steam Community SteamRep Integration

Displays SteamRep status on Steam Community profile pages

Hvad er Steam Community SteamRep Integration?

Steam Community SteamRep Integration er en Chrome-udvidelse udviklet af Dr. McKay, og dens hovedfunktion er "Displays SteamRep status on Steam Community profile pages".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Steam Community SteamRep Integration-udvidelses-CRX-fil

Download Steam Community SteamRep Integration-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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!                    

Grundlæggende oplysninger om udvidelsen

Navn Steam Community SteamRep Integration Steam Community SteamRep Integration
ID aaclmldkenecanphogeaacolljiphmnk
Officiel URL https://chromewebstore.google.com/detail/steam-community-steamrep/aaclmldkenecanphogeaacolljiphmnk
Beskrivelse Displays SteamRep status on Steam Community profile pages
Filstørrelse 13.89 KB
Antal Installationer 1,895
Nuværende Version 1.2.0
Senest Opdateret 2013-10-08
Udgivelsesdato 2013-10-08
Bedømmelse 4.39/5 Samlet 18 Bedømmelser
Udvikler Dr. McKay
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://steamrep.com
Hjælpeside-URL https://bitbucket.org/Doctor_McKay/steamrep-chrome-extension/issues
Understøttede Sprog 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"
            ]
        }
    ]
}