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 с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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! Основная информация о расширении
| Название | |
| 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"
]
}
]
} | |