Steam Community SteamRep Integration
Displays SteamRep status on Steam Community profile pages
Cos'è Steam Community SteamRep Integration?
Steam Community SteamRep Integration è un'estensione di Chrome sviluppata da Dr. McKay, e la sua funzione principale è "Displays SteamRep status on Steam Community profile pages".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Steam Community SteamRep Integration
Scarica i file di estensione Steam Community SteamRep Integration in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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!
Informazioni di Base sull'Estensione
Nome | Steam Community SteamRep Integration |
ID | aaclmldkenecanphogeaacolljiphmnk |
URL Ufficiale | https://chromewebstore.google.com/detail/steam-community-steamrep/aaclmldkenecanphogeaacolljiphmnk |
Descrizione | Displays SteamRep status on Steam Community profile pages |
Dimensione del File | 13.89 KB |
Conteggio Installazioni | 1,895 |
Versione Corrente | 1.2.0 |
Ultimo Aggiornamento | 2013-10-08 |
Data di Pubblicazione | 2013-10-08 |
Valutazione | 4.39/5 Totale 18 Valutazioni |
Sviluppatore | Dr. McKay |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://steamrep.com |
URL della Pagina di Aiuto | https://bitbucket.org/Doctor_McKay/steamrep-chrome-extension/issues |
Lingue Supportate | 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" ] } ] } |