Steam Community SteamRep Integration
Displays SteamRep status on Steam Community profile pages
Wat is Steam Community SteamRep Integration?
Steam Community SteamRep Integration is een Chrome-extensie ontwikkeld door Dr. McKay, en de belangrijkste functie is "Displays SteamRep status on Steam Community profile pages".
Extensie Screenshots
Download het CRX-bestand van de extensie Steam Community SteamRep Integration
Download Steam Community SteamRep Integration-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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! Basisinformatie over de Extensie
| Naam | |
| ID | aaclmldkenecanphogeaacolljiphmnk |
| Officiële URL | https://chromewebstore.google.com/detail/steam-community-steamrep/aaclmldkenecanphogeaacolljiphmnk |
| Beschrijving | Displays SteamRep status on Steam Community profile pages |
| Bestandsgrootte | 13.89 KB |
| Aantal Installaties | 1,895 |
| Huidige Versie | 1.2.0 |
| Laatst Bijgewerkt | 2013-10-08 |
| Publicatiedatum | 2013-10-08 |
| Beoordeling | 4.39/5 Totaal 18 Beoordelingen |
| Ontwikkelaar | Dr. McKay |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://steamrep.com |
| Help Pagina-URL | https://bitbucket.org/Doctor_McKay/steamrep-chrome-extension/issues |
| Ondersteunde Talen | 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"
]
}
]
} | |