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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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" ] } ] } |