Steam Community SteamRep Integration
Displays SteamRep status on Steam Community profile pages
Steam Community SteamRep Integration क्या है?
Steam Community SteamRep Integration Dr. McKay द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays SteamRep status on Steam Community profile pages"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Steam Community SteamRep Integration एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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!
एक्सटेंशन की मूल जानकारी
नाम | Steam Community SteamRep Integration |
ID | aaclmldkenecanphogeaacolljiphmnk |
आधिकारिक URL | https://chromewebstore.google.com/detail/steam-community-steamrep/aaclmldkenecanphogeaacolljiphmnk |
विवरण | Displays SteamRep status on Steam Community profile pages |
फ़ाइल का आकार | 13.89 KB |
स्थापना संख्या | 1,895 |
वर्तमान संस्करण | 1.2.0 |
अंतिम अपडेट | 2013-10-08 |
प्रकाशन तिथि | 2013-10-08 |
रेटिंग | 4.39/5 कुल 18 रेटिंग्स |
डेवलपर | Dr. McKay |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://steamrep.com |
सहायता पृष्ठ URL | https://bitbucket.org/Doctor_McKay/steamrep-chrome-extension/issues |
समर्थित भाषाएँ | 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" ] } ] } |