Steam Community SteamRep Integration
Displays SteamRep status on Steam Community profile pages
Vad är Steam Community SteamRep Integration?
Steam Community SteamRep Integration är en Chrome-tillägg utvecklad av Dr. McKay, och dess huvudfunktion är "Displays SteamRep status on Steam Community profile pages".
Tilläggsskärmbilder
Ladda ner Steam Community SteamRep Integration-förlängningens CRX-fil
Ladda ner Steam Community SteamRep Integration-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Steam Community SteamRep Integration |
ID | aaclmldkenecanphogeaacolljiphmnk |
Officiell webbadress | https://chromewebstore.google.com/detail/steam-community-steamrep/aaclmldkenecanphogeaacolljiphmnk |
Beskrivning | Displays SteamRep status on Steam Community profile pages |
Filstorlek | 13.89 KB |
Antal Installationer | 1,895 |
Aktuell Version | 1.2.0 |
Senast Uppdaterad | 2013-10-08 |
Publiceringsdatum | 2013-10-08 |
Betyg | 4.39/5 Totalt 18 Betyg |
Utvecklare | Dr. McKay |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | http://steamrep.com |
Hjälpsida URL | https://bitbucket.org/Doctor_McKay/steamrep-chrome-extension/issues |
Stödda Språk | 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" ] } ] } |