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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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"
} | |