Price History for Steam™
Easily see the price history for steam games.
Price History for Steam™คืออะไร?
Price History for Steam™ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Will McSweeney และคุณลักษณะหลักของมันคือ "Easily see the price history for steam games."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Price History for Steam™
ดาวน์โหลดไฟล์ส่วนขยาย Price History for Steam™ ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
See the price history for games on Steam at the click of a button.
Changelog
• 2.3.2 - optimizations
• 2.2.2 - more fixes
• 2.1.1 - bug fix
• 2.0.0 - major update
Permissions
• steamdb.info - to get the price history ข้อมูลพื้นฐานของส่วนขยาย
| ชื่อ | |
| ID | ikpgcgcdfmgfjnjdlnldannlifkjokko |
| URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/price-history-for-steam/ikpgcgcdfmgfjnjdlnldannlifkjokko |
| คำอธิบาย | Easily see the price history for steam games. |
| ขนาดไฟล์ | 75.95 KB |
| จำนวนการติดตั้ง | 476 |
| เวอร์ชันปัจจุบัน | 2.3.2 |
| อัปเดตครั้งล่าสุด | 2022-01-13 |
| วันที่เผยแพร่ | 2017-06-06 |
| คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
| ผู้พัฒนา | Will McSweeney |
| อีเมล | [email protected] |
| ประเภทการชำระเงิน | free |
| เว็บไซต์ส่วนขยาย | http://will.mcsweeney.xxx |
| ภาษาที่รองรับ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"page_action": {
"default_icon": "icons\/48-disabled.png",
"default_popup": "pages\/popup.html",
"default_title": "Price History for Steam\u2122"
},
"background": {
"scripts": [
"scripts\/background.js"
],
"persistent": true
},
"description": "Easily see the price history for steam games.",
"icons": {
"128": "icons\/128.png",
"48": "icons\/48.png",
"16": "icons\/16.png"
},
"manifest_version": 2,
"name": "Price History for Steam\u2122",
"permissions": [
"https:\/\/steamdb.info\/*",
"declarativeContent",
"activeTab",
"webRequest",
"webRequestBlocking"
],
"version": "2.3.2"
} | |