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!
擴展基本資訊
名稱 | Streamelements Store Plus |
ID | bnohnioigfecaljdondphgeckfpdepkk |
官方網址 | 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" ] } ] } |