Streamelements Store Plus
Add new features at Streamelements Stores: 💰 Display Steam price of store items! 🚫 Hide Sold Out items Feel free to stay in…
ما هو Streamelements Store Plus؟
Streamelements Store Plus هو إضافة Chrome تم تطويرها بواسطة luismiguelprs، والميزة الرئيسية لها هي "Add new features at Streamelements Stores: 💰 Display Steam price of store items! 🚫 Hide Sold Out items Feel free to stay in…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Streamelements Store Plus
قم بتنزيل ملفات الامتداد Streamelements Store Plus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Add new features at Streamelements Stores: 💰 Display Steam price of store items! 🚫 Hide Sold Out items Feel free to stay in touch and suggest any features you want!
معلومات أساسية عن التمديد
الاسم | Streamelements Store Plus |
ID | bnohnioigfecaljdondphgeckfpdepkk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/streamelements-store-plus/bnohnioigfecaljdondphgeckfpdepkk |
الوصف | Add new features at Streamelements Stores: 💰 Display Steam price of store items! 🚫 Hide Sold Out items Feel free to stay in… |
حجم الملف | 2.97 MB |
عدد التثبيتات | 56 |
النسخة الحالية | 0.0.17 |
آخر تحديث | 2024-01-08 |
تاريخ النشر | 2023-11-17 |
تقييم | 5.00/5 مجموع تقييمات 6 |
المطور | luismiguelprs |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Streamelements Store Plus", "version": "0.0.17", "icons": { "128": "icon-128.2790b6f2.png" }, "background": { "service_worker": "background.efc70194.js" }, "content_scripts": [ { "matches": [ "*:\/\/streamelements.com\/*" ], "js": [ "steam-prices.runtime.0d1a6982.js", "steam-prices.44b0443b.js", "hide-sold-out.b6b61e72.js" ], "css": [ "styles.98957d38.css" ] } ], "host_permissions": [ "https:\/\/steamcommunity.com\/*" ], "permissions": [ "storage" ], "web_accessible_resources": [ { "matches": [ "*:\/\/streamelements.com\/*" ], "resources": [ "loader.c456915b.png", "steam-logo.fd9401f9.svg" ] } ] } |