Steam Community SteamRep Integration
Displays SteamRep status on Steam Community profile pages
ما هو Steam Community SteamRep Integration؟
Steam Community SteamRep Integration هو إضافة Chrome تم تطويرها بواسطة Dr. McKay، والميزة الرئيسية لها هي "Displays SteamRep status on Steam Community profile pages".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Steam Community SteamRep Integration
قم بتنزيل ملفات الامتداد Steam Community SteamRep Integration بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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" ] } ] } |