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是由luismiguelprs开发的Chrome扩展程序,该扩展的主要功能是“Add new features at Streamelements Stores: 💰 Display Steam price of store items! 🚫 Hide Sold Out items Feel free to stay in…”。
扩展截图
下载Streamelements Store Plus扩展crx文件
下载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"
]
}
]
} | |